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)

defect

Tracking

()

RESOLVED DUPLICATE of bug 963303

People

(Reporter: jdiggs, Unassigned)

References

(Blocks 1 open bug)

Details

Steps to reproduce:

  1. Load data:text/html,<div role='grid' aria-level='2'>...</div>
  2. 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.

As an experiment I removed the role entirely and I'm still seeing the level value. I guess it's being passed along unconditionally.

Blocks: aria
Severity: -- → S4
Status: NEW → RESOLVED
Closed: 6 months ago
Duplicate of bug: 963303
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.