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 #ACRONYM - Positive</title>
</head>
<body>
<p>Before radar could be discovered, radio waves needed to be
understood. </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 #ACRONYM -
Negative</title>
</head>
<body>
<p>Before <acronym title="radio detecting and
ranging">radar</acronym> could be discovered, radio waves
needed to be understood. </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 #ACRONYM - Positive</title>
</head>
<body>
<p>Welcome to <acronym title="National Oceanic and Atmospheric
Administration">NOAA</acronym>!</p>
............
<p><a name="faq" id="faq"> </a>Frequently asked
questions about NOAA
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 #ACRONYM - Negative</title>
</head>
<body>
<p>Welcome to <acronym title="National
Oceanic and Atmospheric
Administration">NOAA</acronym>!</p>
............
<p><a name="faq" id="faq"> </a>Frequently asked
questions about
<acronym title="National Oceanic and
Atmosphere Administration">NOAA</acronym>
include....</p>
</body>
</html>