diff --git a/checklist.html b/checklist.html index f70ce4aaa6f87acceccdc8ef145e4799abda514e..209ef228caa441512686a0592ef6a2b6f1ef3c32 100644 --- a/checklist.html +++ b/checklist.html @@ -187,6 +187,14 @@ title: Checklist </label> <p>Testing your site with a tool like <a href="http://colorfilter.wickline.org/">http://colorfilter.wickline.org/</a> will give you an idea of how the site will be viewed by the colorblind</p> + + <label class="checkbox">Test the contrast of the colors + <input name="test-screenreader" id="colorcontrast" type="checkbox"> + </label> + + <p>Best done early in the process, by ensuring that the foreground and background colors of your site have sufficiant contrast you will help make your site more readable for everyone. <a href="http://www.dasplankton.de/ContrastA/">Contrast A</a> is one tool for checking the contrast of your colors for both standard vision and color deficient user.</p> + + </fieldset> </form>