Closed
Bug 1946333
Opened 5 months ago
Closed 5 months ago
Shorthand expander isn't accessible
Categories
(DevTools :: Inspector: Rules, defect)
DevTools
Inspector: Rules
Tracking
(firefox137 fixed)
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The element isn't focusable and doesn't have a label
Assignee | ||
Comment 1•5 months ago
|
||
It gets a title and an aria-expanded
attribute so it's accessible.
Since we have the aria-expanded
attribute, we can remove the open
one that we had to handle its state, and update the tests that were
using it.
We can also remove the fail-if=a11y_checks annotations on a few tests
now that the element is accessible.
Depends on D237003
Updated•5 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7aa7a4a06c80
[devtools] Turn Rules view shorthand expanded into an actual button. r=devtools-reviewers,ochameau.
Comment 3•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•