Decorative image not programmatically identified (Customize button)
Categories
(Firefox :: New Tab Page, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: john.northup, Assigned: sameekshadalvi7)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(2 files)
Steps to Reproduce
Open Dev Tools. Inspect the image within the Customize 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 role="presentation" src="chrome://global/skin/icons/edit-outline.svg">
Further Reference
| Reporter | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Comment 2•8 months ago
|
||
Reproduced with Firefox 148.0a1 (2025-12-31) on macOS 15 and Windows 10.
Marking this issue as new for engineering input.
Thank you!
Updated•7 months ago
|
Comment 3•7 months ago
|
||
Assigning the Severity value to align with the Accessibility severity, per discussions with :thecount and :marco
Hi, I would like to work on this bug. I'm familiar with this component from working on Bug 2008197. Thanks!
Updated•4 months ago
|
Comment 8•3 months ago
|
||
| bugherder | ||
Updated•2 months ago
|
Description
•