Semantically indicate current selected frame in call stack panel
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Accessibility Severity:s2)
| Accessibility Severity | s2 |
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
We should set the aria-selected attribute on the selected frame element
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, .
:bomsy, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Updated•2 years ago
|
| Reporter | ||
Comment 2•1 year ago
|
||
At the moment the frames in the callstack panel are listitems, and aria-selected doesn't really apply in such case (see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected).
But, Bug 1843324 does indicate we should switch the panel from a list to a list box, in which aria-selected is mandatory, so let's tackle Bug 1843324 first
For reference, the work on this issue is being tracked in Bug 1843324. Once that work is completed, this bug will also be closed.
Comment 4•1 year ago
|
||
Closing this as Bug 1843324 is fixed!
Description
•