Closed
Bug 1840684
Opened 1 year ago
Closed 1 year ago
Switch moz-message-bar to use an <img> with alt text instead of a pseudo element for icons
Categories
(Toolkit :: XUL Widgets, task)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: hjones, Assigned: annhermy)
References
Details
Attachments
(2 files)
moz-message-bar
is based off of the old message-bar
code where we used a pseudo element for the icon. In the process of redesigning this component accessibility weighed in and expressed a preference for using an <img>
with alt
text (see attachment). This change will involve modifying the message bar fluent file, since the alt text should get translated.
Updated•1 year ago
|
Assignee: nobody → annhermy
Status: NEW → ASSIGNED
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/638a4cd92a72
Switch moz-message-bar to use an img with alt text instead of a pseudo element for icons. r=hjones,fluent-reviewers,desktop-theme-reviewers,flod,dao
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•