[New-bugs-announce] [issue22723] visited-link styling is not accessible

Buck Golemon report at bugs.python.org
Fri Oct 24 21:53:20 CEST 2014


New submission from Buck Golemon:

The color needs adjusted such that it has at least 3:1 luminance contrast versus the surrounding non-link text. (See "non-inheritable" https://docs.python.org/3/library/os.html#os.dup)

See also:
 * http://www.w3.org/TR/WCAG20/#visual-audio-contrast-without-color
 * http://www.w3.org/WAI/WCAG20/Techniques/working-examples/G183/link-contrast.html

Given that the surrounding text is #222, the a:visited color should be bumped from #30306f to #6363bb in order to meet the 3:1 luminance-contrast guideline while preserving the hue and saturation.

By the same calculation, the un-visited links are slightly too dark and should be bumped from #00608f to #0072aa

Validation was done here: http://juicystudio.com/services/luminositycontrastratio.php

Luminance adjustments done here: http://colorizer.org/

----------
assignee: docs at python
components: Documentation
messages: 229952
nosy: bukzor, docs at python
priority: normal
severity: normal
status: open
title: visited-link styling is not accessible

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22723>
_______________________________________


More information about the New-bugs-announce mailing list