Closed
Bug 1779252
Opened 3 years ago
Closed 3 years ago
HTML AAM update to address element mapping
Categories
(Core :: Disability Access APIs, enhancement)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
105 Branch
| Tracking | Status | |
|---|---|---|
| firefox105 | --- | fixed |
People
(Reporter: scottaohara, Assigned: nlapre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Per HTML AAM PR 420 - https://github.com/w3c/html-aam/pull/420
It was decided that the HTML address element be re-mapped to have an implicit role=group, rather than being a generic element.
test case to compare explicit role=group elements with the address element:
https://codepen.io/scottohara/pen/RwMayEz
Here is the Chromium issue filed for this change as well:
https://bugs.chromium.org/p/chromium/issues/detail?id=1342807
Updated•3 years ago
|
Blocks: htmla11y
Type: defect → enhancement
Component: Disability Access → Disability Access APIs
Product: Firefox → Core
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → nlapre
| Assignee | ||
Comment 1•3 years ago
|
||
This commit remaps the HTML address element such that it is implicitly
mapped to the group role rather than being a generic element. It also
updates a test to reflect the new role.
Pushed by nlapre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c34fa837b8de
implicitly map address element to role=group, r=Jamie
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•