Question | Are there any references to items in the document by shape, size or relative position alone? |
---|---|
PASS | There are no references to items in the document by shape, size, or relative position alone. |
FAIL | There are references to items in the document by shape, size, or relative position alone. |
<?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 #250.2 - Negative</title> </head> <body> <p>To submit the form, press the round button labeled GO</p> <form action="http://example.com" method="post"> <p> <input type="image" name="submit" src="go.gif" alt="go"/> </p> </form> </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 #250.1 - Positive</title> </head> <body> <p>To submit the form, press the round button.</p> <form action="http://example.com" method="post"> <p> <input type="image" name="submit" src="go.gif" alt="go"/> </p> </form> </body> </html>