Open
Bug 1936527
Opened 2 months ago
Updated 2 months ago
Children of a menuitemcheckbox should have role=presentation
Categories
(DevTools :: Accessibility Tools, defect)
DevTools
Accessibility Tools
Tracking
(Accessibility Severity:s4)
NEW
Accessibility Severity | s4 |
People
(Reporter: julienw, Unassigned)
Details
Attachments
(1 file)
357 bytes,
text/html
|
Details |
STR:
- Open the attachment.
- Look at the accessibility tree with the accessibility panel
According to the ARIA spec [1], all descendants of a menuitemcheckbox
should behave as if they all had role=presentation
. But currently we can see the various roles of all children.
I checked also in Chrome, they behave like we do.
(I wasn't sure which component to use for this, but I'm pretty sure this isn't the right one, please move as appropriate)
Updated•2 months ago
|
Accessibility Severity: --- → s4
Updated•2 months ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•