Question | Are all groups of links with a related purpose marked? |
---|---|
PASS | All groups of links with a related purpose are marked. |
FAIL | All groups of links with a related purpose are not marked. |
ul
, ol
, div
or map
.<?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>ATRC Testfile - Check #262.2 - Negative</title> </head> <body> <h2><a name="categories" id="categories"></a>Product Categories</h2> <ul class="navigation"> <li><a href="kitchen.html">Kitchen</a></li> <li><a href="bedbath.html">Bed & Bath</a></li> <li><a href="dining.html">Fine Dining</a></li> <li><a href="lighting.html">Lighting</a></li> <li><a href="storage.html">Storage</a></li> </ul> <div title="Breadcrumb trail" class="breadcrumb"> <a href="home.html">Home</a> : <a href="technology.html">Web Accessibility</a> : <a href="guideline.html">Guidelines</a> : 1.3 </div> <p> <map title="Navigation Bar" id="navbar"> <p> [<a href="home.html">Home</a>] [<a href="search.html">Search</a>] [<a href="new.html">New and highlighted</a>] [<a href="sitemap.html">Site map</a>] </p> </map> </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>ATRC Testfile - Check #262.1 - Positive</title> </head> <body> <h2>Product Categories</h2> <p><a href="kitchen.html">Kitchen</a></p> <p><a href="bedbath.html">Bed & Bath</a></p> <p><a href="dining.html">Fine Dining</a></p> <p><a href="lighting.html">Lighting</a></p> <p><a href="storage.html">Storage</a></p> <p> <a href="home.html">Home</a> : <a href="technology.html">Web Accessibility</a> : <a href="guideline.html">Guidelines</a> : </p> <p> [<a href="home.html">Home</a>] [<a href="search.html">Search</a>] [<a href="new.html">New and highlighted</a>] [<a href="sitemap.html">Site map</a>] </p> </body> </html>