Closed
Bug 1894436
Opened 1 year ago
Closed 1 year ago
Don't calculate implicit selected state for gridcell
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We currently calculate an implicit selected state for any selectable element that is focused. However, the ARIA spec says we should only do this for option, tab and treeitem. In particular, we should not do this for gridcell.
Originally reported in: https://github.com/nvaccess/nvda/issues/11986#issuecomment-2088005477
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → jteh
Assignee | ||
Comment 1•1 year ago
|
||
Previously, we did this for any focused, selectable item.
However, the ARIA spec says we should only do this for option, tab and treeitem.
In particular, we shouldn't do this for gridcell, as this can expose gridcells as selected when they aren't.
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/20b24920d553
Only expose an implicit selected state for focused option, tab and treeitem Accessibles. r=morgan
Comment 3•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•