Open
Bug 1911161
Opened 7 months ago
Updated 6 months ago
Add a way to pass aria-expanded, aria-pressed, and aria-haspopup properties for moz-button
Categories
(Toolkit :: UI Widgets, defect, P3)
Toolkit
UI Widgets
Tracking
()
ASSIGNED
Accessibility Severity | s4 |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
Right now setting up aria-pressed
, aria-expanded
, or aria-haspopup
on the <moz-button>
does not pass these attributes to the <button>
itself creating access-S3
issues or making engineers search for workarounds to add these attributes to the control.
Assignee | ||
Updated•7 months ago
|
Blocks: moz-button
Component: Password Manager → UI Widgets
Assignee | ||
Comment 1•7 months ago
|
||
Allowing <moz-button>
s to accept aria-expanded
, aria-pressed
, and
aria-haspopup
attributes to be set on the shadowDOM <button>
for
accessibility.
Updated•6 months ago
|
Severity: -- → S3
Priority: -- → P3
Updated•6 months ago
|
Assignee: nobody → ayeddi
Attachment #9417335 -
Attachment description: WIP: Bug 1911161 - Add support for a few ARIA attributes on moz-button. r=#recomp-reviewers → Bug 1911161 - Add support for a few ARIA attributes on moz-button. r=#recomp-reviewers
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•