Skip to content

Commit

Permalink
deploy: ed725c5
Browse files Browse the repository at this point in the history
  • Loading branch information
alastc committed Nov 25, 2024
1 parent dc00632 commit 24587a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
8 changes: 4 additions & 4 deletions how-to/clear-meaning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ <h1>Clear Meaning</h1>
<h2>Goal</h2>
<p>To help people understand text:</p>
<ul>
<li>Use literal language, or</li>
<li>Explain the implied meaning of non-literal language.</li>
<li>Use clear, unambiguous language, or</li>
<li>Explain the implied meaning of ambiguous language.</li>
</ul>
<p>Making non-literal or figurative language easier to understand helps people with cognitive disabilities as well as neurodivergent people, such as those who are autistic and may be so focused on the literal meaning that they may not notice the implied meaning.</p>
<p>Explaining or avoiding non-literal language can also help:</p>
<p>Making ambiguous content (including non-literal or figurative language) easier to understand helps people with cognitive disabilities as well as neurodivergent people, such as those who are autistic and may be so focused on the literal meaning that they may not notice the implied meaning.</p>
<p>Explaining or avoiding ambiguous language can also help:</p>
<ul>
<li>Non-native language speakers</li>
<li>People of different ages or generations</li>
Expand Down
9 changes: 1 addition & 8 deletions how-to/focus-appearance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,7 @@ <h3>Foundational Requirements</h3>
<li>
<p>Is the user-agent default focus indicator used? (Prerequisite)</p>
<ol>
<li>Yes, the <a href="methods/default-focus-indicator">user-agent default indicator</a> is used AND the <em>accessibility support set</em> incorporates <a href="methods/default-focus-indicator-check-contrast">Using the default focus indicator and checking contrast</a> and checking contrast. Stop.</li>
<li>No, continue.</li>
</ol>
</li>
<li>
<p>Is the user-agent default focus indicator used, and meets contrast across backgrounds? (Baseline)</p>
<ol>
<li>Yes, indicator must meet <a href="methods/default-focus-indicator-check-contrast">Using the default focus indicator and checking contrast</a>. Stop.</li>
<li>Yes, the <a href="methods/default-focus-indicator">user-agent default indicator</a> is used AND the <em>accessibility support set</em> meets <a href="methods/custom-focus-indicator">Custom focus indicators</a>. Stop.</li>
<li>No, continue.</li>
</ol>
</li>
Expand Down
2 changes: 1 addition & 1 deletion how-to/text-alternatives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h3>Foundational Requirements</h3>
<li>
<p>Is the image presented in a way that is available to user agents and assistive technology? (Prerequisite)</p>
<ol>
<li>Yes, image must meet [@@@ programatic availability] image AND the [accessibility support set] incorporates <a href="methods/equivalent-alternative-text">Equivalent text alternatives are available for images that convey content</a>. Stop.</li>
<li>Yes, image must meet <em>Image is programmatically determinable</em> AND the <em>accessibility support set</em> incorporates <a href="methods/equivalent-alternative-text">Equivalent text alternatives are available for images that convey content</a>. Stop.</li>
<li>No, continue.</li>
</ol>
</li>
Expand Down

0 comments on commit 24587a1

Please sign in to comment.