Closed
Bug 1901508
Opened 2 years ago
Closed 2 years ago
Flex/Grid highlighter toggle button are not keyboard accessible
Categories
(DevTools :: Inspector: Rules, defect)
DevTools
Inspector: Rules
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The buttons can't be focused/activated using only the keyboard
| Assignee | ||
Comment 1•2 years ago
|
||
Turn the element into proper buttons, and manage their aria-pressed state.
Don't add an "active" class anymore, but use "aria-pressed" value in CSS and tests.
Updated•2 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f76059955a2c
[devtools] Make flex/grid highlighter toggle button keyboard accessible. r=devtools-reviewers,ochameau.
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•