Closed
Bug 944065
Opened 12 years ago
Closed 12 years ago
role="search" should only appear once per page
Categories
(developer.mozilla.org Graveyard :: Design, defect)
developer.mozilla.org Graveyard
Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: icaaq, Unassigned)
Details
When using a screenreader one can navigate the page via landmarks http://www.w3.org/TR/wai-aria/roles#landmark_roles and to make it a bit easier for those users I would recommend that only the search in the header has role="search"
That would mean that we should remove role="search" on the search-form inside of the #content element on the start and searchpage.
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/e666eb2132ecfed4484ef438c1d1bd3284f2fda6
removed role=“search” on start and search page
fixes Bug 944065
https://github.com/mozilla/kuma/commit/9d6ddd4f6d426aaed9a2bd32d4f53c4627360bbd
Merge pull request #1709 from icaaq/Bug944065_role_search_only_once
fix Bug 944065 removed role=“search” on start and search page
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•