HTML AAM update to hgroup element role mapping (WPT html-aam/roles.html)
Categories
(Core :: Disability Access APIs, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: scottaohara, Assigned: nlapre)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Per HTML AAM PR 398- https://github.com/w3c/html-aam/pull/398
It was decided that the HTML hgroup 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 hgroup element:
https://codepen.io/scottohara/full/PodJMJj
see similar previous issue concerning the address element: https://bugzilla.mozilla.org/show_bug.cgi?id=1779252
Updated•2 years ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Per HTML AAM, HTML hgroup elements should have an implicit role=group instead
of being generics. This revision implements that by mapping hgroup elements to
roles::GROUPING in HTMLMarkupMap. It also removes the expected fail from the
relevant web platform test, which we now pass.
Updated•1 year ago
|
Comment 3•1 year ago
|
||
| bugherder | ||
Updating MDN docs for <hgroup> via https://github.com/mdn/content/pull/34647
Description
•