As part of the conformance test process, this test has a status of 'proposed'.
Guideline: 3.1 - Make text content readable
and understandable.
Success Criteria:
A
mechanism for finding the expanded form of acronyms and abbreviations
is available.
Level 3
The WCAG2 has 3 priority levels for making Web content accessible. This test has a priority of 'Level 2'.
The WCAG Working Group has created techniques that describe how Web content may be made accessible. The following techniques are related to this test:
There are no prerequisite tests for this test.
Any accessibility check may be performed after this test.
These test files contain examples of the accessibility problem detectable by this test. They may also contain more accessibility problems than the one described in this test. Please ignore any extraneous accessibility problems in these files.
<?xml version="1.0"
encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8"
/>
<title>WCAG Testfile - Check #ABBR - Positive</title>
</head>
<body>
<p>The ADA took affect in July, 1992</p>
</body>
</html>
<?xml version="1.0"
encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8"
/>
<title>WCAG Testfile - Check #ABBR -
Negative</title>
</head>
<body>
<p>The <abbr title="Americans with
Disabilities Act">ADA</acronym> took affect in July,
1992</p>
</body>
</html>
<?xml version="1.0"
encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8"
/>
<title>OAC Testfile - Check #abbr - Positive</title>
</head>
<body>
<p>The <abbr title="Americans with
Disabilities Act">ADA</acronym> took affect in July,
1992</p>
............
<p><a name="facts" id="facts"> </a>Facts about the
ADA
include....</p>
</body>
</html>
<?xml version="1.0"
encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8"
/>
<title>OAC Testfile - Check #abbr - Negative</title>
</head>
<body>
<p>The <abbr title="Americans with
Disabilities Act">ADA</acronym> took affect in July,
1992</p>
............
<p><a name="facts" id="facts"> </a>Facts about the
<abbr
title="The Americans with Disabilities Act">ADA</abbr>
include....</p>
</body>
</html>