Closed
Bug 1894436
Opened 2 years ago
Closed 2 years 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•2 years ago
|
Assignee: nobody → jteh
| Assignee | ||
Comment 1•2 years 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•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years 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
•