Skip to content

Commit

Permalink
Merge pull request #489 from joe-watkins/joe-watkins/fixFieldset
Browse files Browse the repository at this point in the history
Split color test into two fieldsets
  • Loading branch information
Joe Watkins committed May 14, 2017
2 parents e667dc2 + 628596c commit eec1355
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions checklist.html
Expand Up @@ -184,8 +184,10 @@
<input name="test-colorcontrast" id="test-colorcontrast" type="checkbox">
</label>
<p class="description">Best done early in the process, by ensuring that the foreground and background colors of your site have sufficient contrast you will help make your site more readable for everyone. <a href="http://leaverou.github.com/contrast-ratio/">Contrast Ratio</a> is one tool for checking the contrast of your colors for both standard vision and color deficient user.</p>
</fieldset>

<legend>Test for different types of color blindness.</legend>
<fieldset>
<legend>Test for different types of color blindness.</legend>
<label for="deuteranopia" class="checkbox">Deuteranopia
<input name="deuteranopia" id="deuteranopia" type="checkbox">
</label>
Expand All @@ -196,7 +198,7 @@
<input name="tritanopia" id="tritanopia" type="checkbox">
</label>
<p class="description">Test against different types of color blindness with a tool like <a href="http://colorfilter.wickline.org/">http://colorfilter.wickline.org/</a>. If you are on a Mac, another option is <a href="http://michelf.ca/projects/sim-daltonism/">Michel Fortin's, Sim Daltonism</a> color blindness simulator.</p>
</fieldset>
</fieldset>

<!-- Testing -->
<fieldset>
Expand Down

0 comments on commit eec1355

Please sign in to comment.