w3c / html-aam

HTML Accessibility API Mappings - new spec updates should be made in https://github.com/w3c/aria/tree/main/html-aam
https://w3c.github.io/html-aam/
Other
100 stars 27 forks source link

add obsolete dir element #539

Closed scottaohara closed 3 months ago

scottaohara commented 6 months ago

the dir element is semantically equivalent to the UL element, and thus it should also map to role=list.

As browsers have recently updated the rendering of this element to have visual consistency with the UL element / across browsers, then too, the mappings should update to match what is spec'd in HTML.

related to https://github.com/w3c/html-aam/issues/486 (does not fully close the issue)

related to https://github.com/whatwg/html/issues/9296

Describe Change Here!

Implementation


Preview | Diff

scottaohara commented 3 months ago

closing as this has been migrated over to the ARIA repo (above linked PR 2213)