Skip to content

Commit

Permalink
Merge pull request #107 from robert-kinder/index-readibility
Browse files Browse the repository at this point in the history
Remove "Don't" - ref Issue #102
  • Loading branch information
jfhector authored Feb 23, 2020
2 parents e2df219 + 716ef69 commit 0cd60c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>Accessibility Guidelines Summary</h1>
<p>This document provided by <a href="https://www.theappbusiness.com/">TAB</a> will help you quickly get up to speed with the <a href="https://www.w3.org/TR/WCAG21/">Web Content Accessibility Guidelines (WCAG) 2.1</a>, and avoid common accessibility mistakes.</p>

<p>It only covers <span class="badge badge--level">Level A</span> and <span class="badge badge--level">Level AA</span> requirements, which are referenced in <a href="https://www.gov.uk/guidance/accessibility-requirements-for-public-sector-websites-and-apps">public sector procurement laws in the UK</a>, <a href="https://en.wikipedia.org/wiki/Section_508_Amendment_to_the_Rehabilitation_Act_of_1973">US <span class="!visually-hidden">public sector procurement laws</span></a>, <a href="http://mandate376.standards.eu/standard/technical-requirements/#9">EU <span class="!visually-hidden">public sector procurement laws</span></a> and <a href="https://www.w3.org/WAI/policies/"><span class="!visually-hidden">public sector procurement laws </span>around the world</a>.

<p>These guidelines apply to both native apps and web-based apps, except for three which are labelled <span class="badge badge--web-only">Web only</span>.</p>

<p>This summary is a simplification. If you're not sure how a guideline applies, check the official <a href="https://www.w3.org/TR/WCAG21/">WCAG 2.1</a>.</p>
Expand Down Expand Up @@ -121,7 +121,7 @@ <h3 id="1_3_heading">1.3. Create content that can be presented in different ways
<li class="badge badge--level">Level A</li>
<li class="badge badge--design">Design</li>
</ul>
<div>If you give tips or instructions, don't assume that users can perceive colour, size, shape, sound or the location of elements on screen.</div>
<div>If you give tips or instructions, do not assume that users can perceive colour, size, shape, sound or the location of elements on screen.</div>
</li>

<li class="guideline">
Expand Down Expand Up @@ -240,7 +240,7 @@ <h2 id="principle_2_header">2. Easy to operate</h2>

<p>Your website/app must be easy to navigate and use, no matter how someone interacts with it.</p>

<p>For example people who don't use a mouse may use their voice, or press the 'Tab' key to move their keyboard's focus to interactive controls.</p>
<p>For example people who do not use a mouse may use their voice, or press the 'Tab' key to move their keyboard's focus to interactive controls.</p>

<h3 id="2_1_heading">2.1. Make all functionality work with a keyboard</h3>

Expand All @@ -262,7 +262,7 @@ <h3 id="2_1_heading">2.1. Make all functionality work with a keyboard</h3>
<li class="badge badge--design">Design</li>
<li class="badge badge--code">Code</li>
</ul>
<div>Make sure that keyboard-only users don't get trapped within any element.</div>
<div>Make sure that keyboard-only users do not get trapped within any element.</div>
</li>

<li class="guideline">
Expand Down

0 comments on commit 0cd60c2

Please sign in to comment.