Open
Bug 1829028
Opened 2 years ago
Updated 1 years ago
Explicitly support definition and term ARIA roles
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: Jamie, Unassigned)
References
(Blocks 2 open bugs)
Details
definition and term were added in ARIA 1.1. We do expose these generically through the xml-roles object attribute. However, even though we do have Gecko roles for these, we don't have atoms for them, so they aren't in ARIAMap. This means we can't expose the correct ARIA role token via ComputedARIARole. The platform mappings also need to be updated.
Reporter | ||
Comment 1•2 years ago
|
||
Actually, term is already in ARIAMap, but it doesn't map to an ARIA role in RoleMap. definition needs an atom and ARIA mappings.
You need to log in
before you can comment on or make changes to this bug.
Description
•