Skip to content

Commit 1e6661b

Browse files
Add assistive technology definition to prevent broken link to ARIA 1.2 (#228)
1 parent 72e4f2c commit 1e6661b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index.html

+19
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,25 @@ <h1>Important Terms</h1>
208208
<div>
209209
<p>While some terms are defined in place, the following definitions are used throughout this document. </p>
210210
<dl class="termlist">
211+
<dt><dfn data-lt="assistive technologies|assistive technology">Assistive Technologies</dfn></dt>
212+
<dd><p>Hardware and/or software that:</p>
213+
<ul>
214+
<li>relies on services provided by a <a>user agent</a> to retrieve and render Web content </li>
215+
<li>works with a user agent or web content itself through the use of APIs, and</li>
216+
<li>provides services beyond those offered by the user agent to facilitate user interaction with web content by people with disabilities</li>
217+
</ul>
218+
<p>This definition may differ from that used in other documents.</p>
219+
<p>Examples of assistive technologies that are important in the context
220+
of this document include the following:</p>
221+
<ul>
222+
<li>screen magnifiers, which are used to enlarge and improve the visual readability of rendered text and images;</li>
223+
<li>screen readers, which are most-often used to convey information through synthesized speech or a refreshable Braille display;</li>
224+
<li>text-to-speech software, which is used to convert text into synthetic speech;</li>
225+
<li>speech recognition software, which is used to allow spoken control and dictation;</li>
226+
<li>alternate input technologies (including head pointers, on-screen keyboards, single switches, and sip/puff devices), which are used to simulate the keyboard;</li>
227+
<li>alternate pointing devices, which are used to simulate mouse pointing and clicking.</li>
228+
</ul>
229+
</dd>
211230
<dt><dfn data-export="">Accessible Description</dfn></dt>
212231
<dd>
213232
<p>An accessible description provides additional information, related to an interface element, that complements the <a>accessible name</a>. The accessible description might or might not be visually perceivable. </p>

0 commit comments

Comments
 (0)