Links on new tab page rely on use of color only
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: mseibert, Assigned: kpatenio, NeedInfo)
References
Details
(Keywords: access)
Attachments
(2 files)
We're adding underlines back to links in the Firefox UI for reasons mentioned in the bug below. Please evaluate if this is applicable to the "New Tabs Page" as well.
One potential change can be found in the "New Tab Page" settings menu. See the attached screenshot.
+++ This bug was initially created as a clone of Bug #1821788 +++
We're setting text-decoration: none
on the .text-link
classes in common-shared.css
and browser-shared.css
. common-shared.css
is also applying this rule to html|a
. activity-stream.css
is doing the same thing under their link rules.
By setting this rule we're failing WCAG Success Criterion 1.4.1 Use of Color. The underline is applied to links so they can be easily identified, specially for folks who cannot perceive color differences. See Failure of Success Criterion 1.4.1. Ideally, we should remove that rule from our links.
Updated•2 months ago
|
Updated•2 months ago
|
Comment 1•1 month ago
|
||
The severity field is not set for this bug.
:amy, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 month ago
|
Pushed by kpatenio@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/768a364dc7d4 restore underlines for links in new tab page. r=amy
Comment 4•26 days ago
|
||
bugherder |
Updated•1 day ago
|
Description
•