Open
Bug 1937213
Opened 1 year ago
Updated 1 year ago
[contextual-password-manager] More options "..." menu is missing accessible name of the menu container
Categories
(Toolkit :: Password Manager, defect)
Toolkit
Password Manager
Tracking
()
NEW
| Accessibility Severity | s4 |
People
(Reporter: ayeddi, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
More options ... attached menu container is not labeled. It would help users to clarify the purpose of the menu, when the menu items are focused.
Refer to the W3C ARIA Menu design pattern for details on the expected menu label attributes and behavior.
Recommended:
- An element with
role="menu"either has:aria-labelledbyset to a value that refers to the menuitem or button that controls its display (the...More options button).- A label provided by
aria-label, i.e. "More password options" menu or similar.
Comment 1•1 year ago
|
||
Hey Anna! Thanks for the report. I double-checked the popup and it does have the aria-label attribute on it. But I see in your screenshot that it doesn't seem to be announced. Just wondering if there is something else we should be adding or considering here?
Flags: needinfo?(ayeddi)
Updated•1 year ago
|
Group: mozilla-employee-confidential
CC list accessible: false
Not accessible to reporter
You need to log in
before you can comment on or make changes to this bug.
Description
•