Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3becd38

Browse files
author
michael-n-cooper
committed
port 2.0 understanding
1 parent 75368c4 commit 3becd38

74 files changed

Lines changed: 20589 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 388 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,388 @@
1+
<!DOCTYPE html><html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head xmlns:wcag="https://www.w3.org/WAI/GL/">
2+
<title>Understanding Abbreviations</title>
3+
<link rel="stylesheet" type="text/css" href="../../css/sources.css" class="remove"></link>
4+
</head>
5+
<body xmlns:wcag="https://www.w3.org/WAI/GL/">
6+
<h1>Understanding Abbreviations</h1>
7+
<blockquote class="scquote" data-include="../../sc/20/abbreviations.html">SC text</blockquote>
8+
9+
10+
<section class="intent" id="abbreviations-intent">
11+
<h2>Intent of Abbreviations</h2>
12+
13+
14+
<p>The intent of this Success Criterion is to ensure that users can access the expanded
15+
form of abbreviations.
16+
</p>
17+
18+
<section class="benefits" id="abbreviations-benefits">
19+
<h3>Benefits of Abbreviations</h3>
20+
21+
22+
<p>This Success Criterion may help people who:</p>
23+
24+
<ul>
25+
26+
<li>have difficulty decoding words;</li>
27+
28+
<li>rely on screen magnifiers (magnification may reduce contextual cues);</li>
29+
30+
<li>have limited memory;</li>
31+
32+
<li>have difficulty using context to aid understanding.</li>
33+
34+
</ul>
35+
36+
<p>
37+
Abbreviations may confuse some readers in different ways:
38+
</p>
39+
40+
<ul>
41+
42+
<li>Some abbreviations do not look like normal words and cannot be pronounced according
43+
to the usual rules of the language. For example, the English word "room" is abbreviated
44+
as "rm," which does not correspond to any English word or phoneme. The user has to
45+
know that "rm" is an abbreviation for the word "room" in order to say it correctly.
46+
</li>
47+
48+
<li>Sometimes, the same abbreviation means different things in different contexts. For
49+
example, in the English sentence "Dr. Johnson lives on Boswell Dr.," the first "Dr."
50+
is an abbreviation for "Doctor" and the second instance is an abbreviation for the
51+
word "Drive" (a word that means "street"). Users must be able to understand the context
52+
in order to know what the abbreviations mean.
53+
</li>
54+
55+
<li>Some acronyms spell common words but are used in different ways. For example, "JAWS"
56+
is an acronym for a screen reader whose full name is "Job Access with Speech." It
57+
is also a common English word referring to the part of the mouth that holds the teeth.
58+
The acronym is used differently than the common word.
59+
</li>
60+
61+
<li>Some acronyms sound like common words but are spelled differently. For example, the
62+
acronym for Synchronized Multimedia Integration Language, S M I L, is pronounced like
63+
the English word "smile."
64+
</li>
65+
66+
</ul>
67+
68+
<p>It would also help people with visual disabilities who:</p>
69+
70+
<ul>
71+
72+
<li>Lose context when zoomed-in with a screen magnifier</li>
73+
74+
</ul>
75+
76+
</section>
77+
78+
</section>
79+
80+
<section class="examples" id="abbreviations-examples">
81+
<h2>Examples of Abbreviations</h2>
82+
83+
84+
<ul>
85+
86+
<li>
87+
88+
<p>
89+
90+
<strong>An abbreviation whose expansion is provided the first time the abbreviation appears
91+
in the content.
92+
</strong>
93+
94+
</p>
95+
96+
<p>The name, "World Wide Web Consortium," appears as the first heading on the organization's
97+
home page. The abbreviation, "W3C," is enclosed in parentheses in the same heading.
98+
99+
</p>
100+
101+
</li>
102+
103+
<li>
104+
105+
<p>
106+
107+
<strong>A dictionary search form.</strong>
108+
109+
</p>
110+
111+
<p>A Web site includes a search form provided by an on-line acronym service. Users enter
112+
an acronym and the form returns a list of possible expansions from the sources that
113+
it searched.
114+
</p>
115+
116+
</li>
117+
118+
<li>
119+
120+
<p>
121+
122+
<strong>A medical Web site.</strong>
123+
124+
</p>
125+
126+
<p>A medical Web site provides information for both doctors and patients. The site includes
127+
a set of cascading dictionaries; a very specialized medical dictionary is first,
128+
followed by a second medical dictionary for the general public. The cascade also includes
129+
a list of acronyms and abbreviations that are unique to the site, and finally there
130+
is a standard dictionary as well. The standard dictionary at the end of the list provides
131+
definitions for most words in the text. The specialized medical dictionary yields
132+
definitions of unusual medical terms. Definitions for words that appear in more than
133+
one dictionary are listed in the order of the cascade. The meaning of acronyms and
134+
abbreviations is provided by the list of acronyms and abbreviations.
135+
</p>
136+
137+
</li>
138+
139+
<li>
140+
141+
<p>
142+
143+
<strong>
144+
Expanded forms of Abbreviations.
145+
146+
</strong>
147+
148+
</p>
149+
150+
<p>
151+
The expanded form of each abbreviation is available in a programmatically determinable
152+
manner. User agents that speak the text can use the expanded form to announce the
153+
abbreviation. Other user agents might make the expanded form available as a tooltip
154+
or as contextual help for the abbreviation.
155+
156+
157+
</p>
158+
159+
</li>
160+
161+
</ul>
162+
163+
</section>
164+
165+
<section class="resources" id="abbreviations-resources">
166+
<h2>Resources for Abbreviations</h2>
167+
168+
169+
<ul>
170+
171+
<li>
172+
173+
<a href="http://www.acronymfinder.com/">Acronym finder</a> - You can search with the exact acronym, the beginning of the acronym, wildcards
174+
and reverse lookup.
175+
</li>
176+
177+
<li>
178+
179+
<a href="http://www.abbreviations.com/">Abbreviations.com</a>.
180+
181+
</li>
182+
183+
</ul>
184+
185+
</section>
186+
187+
<section class="techniques" id="abbreviations-techniques">
188+
<h2>Techniques for Abbreviations</h2>
189+
190+
191+
<section class="sufficient" id="abbreviations-sufficient">
192+
<h3>Sufficient Techniques for Abbreviations</h3>
193+
194+
195+
<section class="situation" id="abbreviations-situation-0">
196+
197+
<h4>Situation A: If the abbreviation has only one meaning within the Web page:
198+
199+
</h4>
200+
201+
<ol>
202+
203+
<li>
204+
205+
<p>
206+
207+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G102">Providing the expansion or explanation of an abbreviation</a> for the first occurrence of the abbreviation in a Web page using one of the following
208+
techniques:
209+
210+
</p>
211+
212+
<ul>
213+
214+
<li>
215+
216+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G97">Providing the abbreviation immediately following the expanded form</a>
217+
218+
</li>
219+
220+
<li>
221+
222+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G55">Linking to definitions</a>
223+
224+
</li>
225+
226+
<li>
227+
228+
<a href="https://www.w3.org/TR/WCAG20-TECHS/H28">Providing definitions for abbreviations by using the abbr and acronym elements</a>
229+
230+
</li>
231+
232+
<li>
233+
234+
<a href="https://www.w3.org/TR/WCAG20-TECHS/PDF8"></a>
235+
236+
</li>
237+
238+
239+
</ul>
240+
241+
</li>
242+
243+
<li>
244+
245+
<p>
246+
247+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G102">Providing the expansion or explanation of an abbreviation</a> for all occurrences of the abbreviation in a Web page using one of the following
248+
techniques:
249+
250+
</p>
251+
252+
<ul>
253+
254+
<li>
255+
256+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G55">Linking to definitions</a>
257+
258+
</li>
259+
260+
<li>
261+
262+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G62">Providing a Glossary</a>
263+
264+
</li>
265+
266+
<li>
267+
268+
<a href="https://www.w3.org/TR/WCAG20-TECHS/H60">Using the link element to link to a glossary</a>
269+
270+
</li>
271+
272+
<li>
273+
274+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G70">
275+
Providing a function to search an on-line dictionary
276+
</a>
277+
278+
</li>
279+
280+
<li>
281+
282+
<a href="https://www.w3.org/TR/WCAG20-TECHS/H28">Providing definitions for abbreviations by using the abbr and acronym elements</a>
283+
284+
</li>
285+
286+
<li>
287+
288+
<a href="https://www.w3.org/TR/WCAG20-TECHS/PDF8"></a>
289+
290+
</li>
291+
292+
293+
</ul>
294+
295+
</li>
296+
297+
</ol>
298+
299+
</section>
300+
301+
<section class="situation" id="abbreviations-situation-1">
302+
303+
<h4>Situation B: If the abbreviation means different things within the same Web page:
304+
305+
</h4>
306+
307+
<ol>
308+
309+
<li>
310+
311+
<p>
312+
313+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G102">Providing the expansion or explanation of an abbreviation</a> for all occurrences of abbreviations in a Web page using one of the following techniques:
314+
315+
</p>
316+
317+
<ul>
318+
319+
<li>
320+
321+
<a href="https://www.w3.org/TR/WCAG20-TECHS/G55">Linking to definitions</a>
322+
323+
</li>
324+
325+
<li>
326+
327+
<a href="https://www.w3.org/TR/WCAG20-TECHS/H28">Providing definitions for abbreviations by using the abbr and acronym elements</a>
328+
329+
</li>
330+
331+
<li>
332+
333+
<a href="https://www.w3.org/TR/WCAG20-TECHS/PDF8"></a>
334+
335+
</li>
336+
337+
338+
</ul>
339+
340+
</li>
341+
342+
</ol>
343+
344+
</section>
345+
346+
</section>
347+
348+
<section class="advisory" id="abbreviations-advisory">
349+
<h3>Additional Techniques (Advisory) for Abbreviations</h3>
350+
351+
352+
<ul>
353+
354+
<li>
355+
Using unique abbreviations in a Web page (future link)
356+
357+
</li>
358+
359+
<li>
360+
Using visual formatting to help users recognize abbreviations (future link)
361+
362+
</li>
363+
364+
<li>
365+
Providing access to a talking dictionary to support users who might have difficulty
366+
decoding written definitions (future link)
367+
368+
</li>
369+
370+
<li>
371+
Providing a voice-enabled dictionary search so that users who have difficulty typing
372+
or spelling can speak the word whose definition they need (future link)
373+
374+
</li>
375+
376+
</ul>
377+
378+
</section>
379+
380+
<section class="failure" id="abbreviations-failure">
381+
<h3>Common Failures for Abbreviations</h3>
382+
383+
384+
</section>
385+
386+
</section>
387+
388+
</body></html>

0 commit comments

Comments
 (0)