Open
Bug 1988896
Opened 7 months ago
Updated 7 months ago
ARIA role heading on non-HTML element doesn't get name from contents
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: zcorpan, Unassigned)
References
(Blocks 1 open bug)
Details
Demo:
data:text/xml,<?xml-stylesheet href="data:text/css,"?><x><y role="heading" aria-level="1">Heading</y></x>
In devtools Accessibility pane, the heading has name:null. Per https://w3c.github.io/aria/#heading an element with the heading role should support "name from contents".
You need to log in
before you can comment on or make changes to this bug.
Description
•