applet
should not use color alone.
applet
may use color alone.
applet
elements.
Question | Does this applet make use of color alone? |
---|---|
PASS | applet does not use color alone. |
FAIL | applet uses color alone. |
applet
in the document.applet
is expected to be fully functional without using color alone.applet
so it does not use color alone.applet
element.
<?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 #21.2 - Negative</title> </head> <body> </body> </html>
applet
element.
<?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 #21.1 - Positive</title> </head> <body> <applet/> </body> </html>