Closed
Bug 1732289
Opened 3 years ago
Closed 6 months ago
aria-level is no longer supported on grid or tablist
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
DUPLICATE
of bug 963303
People
(Reporter: jdiggs, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce:
- Load
data:text/html,<div role='grid' aria-level='2'>...</div>
- Use a platform accessibility inspector (or the one in dev tools)
Expected results: The level of the grid would not be exposed because in ARIA 1.2 aria-level stopped being a supported property on grid and tablist. The spec also states:
User agents MUST ignore non-global states and properties used on an element without a role supporting the state or property
Actual results: The level is exposed.
Reporter | ||
Comment 1•3 years ago
|
||
As an experiment I removed the role entirely and I'm still seeing the level value. I guess it's being passed along unconditionally.
Updated•6 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•