Level 1
2.1 Ensure that all information conveyed with color is also available without color, for example from context or markup.
C - color also available without color
Requirement 4: Color Specific
Priority 1
2.1 Ensure that all information conveyed with color is also available without color, for example from context or markup.
Priority 1
2.1 Ensure that all information conveyed with color is also available without color, for example from context or markup.
Priority 1
2.1 Ensure that all information conveyed with color is also available without color, for example from context or markup.
1.4 Distinguishable: Make it easier for users to see and hear content including separating foreground from background.
Success Criteria 1.4.1 Use of Color (A)
1.4 Distinguishable: Make it easier for users to see and hear content including separating foreground from background.
Success Criteria 1.4.1 Use of Color (A)
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>