_layouts
archives.html +3 -1
_sass
_header.scss +1 -1
_layout.scss +2 -3
js
scripts.js +1 -1
checklist.html +28 -11
index.html +2 -2
+ 3
- 1
+ 3
- 1
+ 1
- 1
+ 2
- 3
@@ -55,7 +55,7 @@ $mobile: 24em;
@@ -98,9 +98,9 @@ $mobile: 24em;
@@ -129,7 +129,6 @@ $mobile: 24em;
+ 1
- 1
@@ -69,6 +69,7 @@ $(document).ready(function(){
@@ -106,7 +107,6 @@ $(document).ready(function(){
+ 28
- 11
@@ -5,10 +5,27 @@ description: A beginner's guide to web accessibility
<p>Note: When you <a href="https://validator.w3.org/">validate html</a> using landmark roles, you'll receive a warning stating these roles are redundant. In HTML5, several of the landmark roles are implicit via the native structural element which is supported by most modern <a href="http://stevefaulkner.github.io/html-mapping-tests/">desktop browsers</a> with the exception of IE and <a href="https://dequeuniversity.com/assets/html/jquery-summit/html5/slides/landmarks-example.html">iOS Safari</a>. So, if you support IE and iOS browsers, you'll want to use the landmark roles. For more information, read <a href="/posts/aria-landmark-roles/">Quick Tip: Aria Landmark Roles and HTML5 Implicit Mapping</a>.</p>
@@ -63,7 +80,7 @@ permalink: checklist.html
@@ -75,7 +92,7 @@ permalink: checklist.html
@@ -84,7 +101,7 @@ permalink: checklist.html
@@ -104,7 +121,7 @@ permalink: checklist.html
@@ -114,7 +131,7 @@ permalink: checklist.html
@@ -132,7 +149,7 @@ permalink: checklist.html
@@ -165,7 +182,7 @@ permalink: checklist.html
@@ -178,7 +195,7 @@ permalink: checklist.html
@@ -186,7 +203,7 @@ permalink: checklist.html
<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>
@@ -201,7 +218,7 @@ permalink: checklist.html
+ 2
- 2
@@ -2,7 +2,7 @@
@@ -19,7 +19,7 @@ description: A community-driven effort to make web accessibility easier.