Closed
Bug 871756
Opened 12 years ago
Closed 12 years ago
Links on the Firefox nightly first run page has insufficient contrast
Categories
(www.mozilla.org :: Pages & Content, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: icaaq, Unassigned)
References
()
Details
Attachments
(1 file)
The contrast on links needs to be enhanced to follow the WCAG 2.0 recommendations.
Contrast Analyzer [1] says:
Foreground: #67A7D0 - Background: #E3E3E3
The contrast ratio is: 2.0:1
Text failed at level AA
Text failed at level AAA
Large text failed at level AA
Large text failed at level AAA
1.4.3 Contrast (Minimum): Text (and images of text) have a contrast ratio of at least 4.5:1, except if the text is pure decoration. Larger scale text (at least 18 point or 14 point bold) or images of text can have a contrast ratio of 3:1. (Level AA)
1.4.6 Contrast (Enhanced): Text (and images of text) have a contrast ratio of at least 7:1, except if the text is pure decoration. Larger scale text (at least 18 point or 14 point bold) or images of text can have a contrast ratio of 4.5:1. (Level AAA)
Note: Fonts that are extraordinarily thin or decorative are harder to read at lower contrast levels.
[1] http://www.paciellogroup.com/resources/contrastAnalyser
Comment 2•12 years ago
|
||
Hi Sean-
Could you please give us some guidance on color selection?
Thx,
Jen
Flags: needinfo?(smartell)
Comment 3•12 years ago
|
||
For reference I've taken a quick look at this:
Making the @linkSkyBlue variable in sandstone 21% darker would enable the main links on this page to pass WCAG 2 Level AA.
The new link color in this instance would be: rgb(48, 114, 156)
In order to meet WCAG 2 Level AAA, the link color would need to be 32% darker than current.
The new link color in this instance would be: rgb(35, 82, 113)
This would also likely fix bug#872037
Comment 4•12 years ago
|
||
To make things a bit easier I've attached an image showing a before/after.
This shows how the links could look if we altered the contrast enough to meet WCAG2 Level AA, by making them a slightly darker blue.
Comment 5•12 years ago
|
||
Ping - just wondering if we could get an update on direction here?
Thanks!
Comment 6•12 years ago
|
||
Please use http://www.mozilla.org/en-US/styleguide/identity/firefoxos/color/ and have the dark firefox blue as default, hover to the light blue.
Thanks!
Flags: needinfo?(smartell)
Comment 7•12 years ago
|
||
PR opened here: https://github.com/mozilla/bedrock/pull/1019
Comment 8•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/becb2684ebcbe8a2d789cec0da8d41e94a97e2f1
Links on Firefox nightly first run has insufficient contrast bug 871756
https://github.com/mozilla/bedrock/commit/a5edb32f666d9cdc955422f95c4045c64cc00625
Merge pull request #1019 from alexgibson/links-firefox-nightly-first-run-insufficient-contrast-bug-871756
Links on Firefox nightly first run has insufficient contrast bug 871756
Comment 9•12 years ago
|
||
fixed on stage https://www.allizom.org/en-US/firefox/nightly/firstrun/
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 10•12 years ago
|
||
verified fixed https://www.mozilla.org/en-US/firefox/nightly/firstrun/
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•