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@python
components: Documentation
messages: 229952
nosy: bukzor, docs@python
priority: normal
severity: normal
status: open
title: visited-link styling is not accessible

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to