Closed
Bug 2008160
Opened 3 months ago
Closed 2 months ago
Decorative image not programmatically identified (Settings dialog > Manage topics button)
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: john.northup, Assigned: ini)
References
(Blocks 1 open bug)
Details
(Keywords: access, Whiteboard: [hnt])
Attachments
(2 files)
Steps to Reproduce
Open Dev Tools. Inspect the image within the Manage topics button.
Expected Behavior
Image marked as decorative by alt="".
Actual Behavior
Image withheld from the accessibility tree by role="presentation".
User Impact
Although the image is removed from the accessibility tree, the role attribute relies on AT behavior rather than author-provided alt information. Using alt="" is the most robust method for identifying decorative images and is consistent with the First Rule of ARIA.
WCAG 2.2 References
Best practice only.
Recommendations
Apply alt="" and remove the role attribute.
Testing Environment
Any
Assistive Technology Used
Any
Code Pointers
<img class="icon nav-icon" src="chrome://global/skin/icons/arrow-right.svg" role="presentation">
Further Reference
Updated•3 months ago
|
| Reporter | ||
Comment 1•3 months ago
|
||
Updated•2 months ago
|
| Assignee | ||
Comment 2•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → ini
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•2 months ago
|
Pushed by ini@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8f7cff6f04d9
https://hg.mozilla.org/integration/autoland/rev/d1d1dcef8b4b
Use alt="" to programmatically identify arrow icon in moz-box-button. r=mstriemer
Comment 4•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Comment 5•2 months ago
|
||
Assigning the Severity value to align with the Accessibility severity, per discussions with :thecount and :marco
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•