img
elements, text does not refer to the image by color alone.
img
elements that have a width and height greater than 100.
Question | Are there any references to this image using color alone? |
---|---|
PASS | There are no references to this image using color alone. |
FAIL | There is a reference to this image using color alone. |
img
elements, text does not refer to the image by color 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 #14.2 - Negative</title> </head> <body> <h1>Clayton's Class</h1> <p>This is Clayton's class photo from 2004. Clayton is third from the left wearing a red coat and no boots.</p> <p><img src="kids.jpg" alt="class photo showing 6 children"/></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 #14.1 - Positive</title> </head> <body> <h1>Clayton's Class</h1> <p>This is Clayton's class photo from 2004. Clayton is the one wearing a red coat.</p> <p><img src="kids.jpg" alt="class photo showing 6 children"/></p> </body> </html>