Closed
Bug 1501595
Opened 7 years ago
Closed 7 years ago
Return the correct region-specific role for named html:section elements
Categories
(Core :: Disability Access APIs, enhancement)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1210630 introduces the mapping of a named section element as a role::landmark to comply with the ARIA spec. However, it is more appropriate to return the role::REGION for that, which was already introduced as a mapping for the WAI-ARIA region landmark role when used in conjunction with a labelling attribute. This bug will align the implementation for html:section.
Assignee | ||
Comment 1•7 years ago
|
||
Bug 1210630 introduced a mapping of the html:section element to roles::LANDMARK, however roles::REGION is more appropriate since that is also used by the WAI-ARIA role mapping and contains specific mappings for regions, e. g. on Mac.
Pushed by mzehe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/00f3952a69f0
Return the correct region-specific role for named html:section elements, r=Jamie
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•