Closed
Bug 1958391
Opened 8 months ago
Closed 7 months ago
Add aria-describedby to the support link in MozBaseInput element
Categories
(Toolkit :: UI Widgets, enhancement)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: akulyk, Assigned: akulyk)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(2 files, 1 obsolete file)
To improve accessibility for screed reader users, we should add aria-describedby to the support link in our block input components. We add support link to the MozBaseInputElement here.
Acceptance criteria:
- Label has an
id="label". - Support link in block inputs has an
aria-describedby="label description"
Updated•8 months ago
|
Updated•7 months ago
|
Attachment #9477843 -
Attachment is obsolete: true
Pushed by akulyk@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a33c2ed8623a
Part 1: Learn more links shouldn't be nested in the descriptions of our MozBaseInput element r=reusable-components-reviewers,tgiles
https://hg.mozilla.org/integration/autoland/rev/78c171289818
Part 2: Add aria-describedby to the support link in MozBaseInput element r=reusable-components-reviewers,tgiles
https://hg.mozilla.org/mozilla-central/rev/a33c2ed8623a
https://hg.mozilla.org/mozilla-central/rev/78c171289818
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•