Requirement 6: Visual Contrasttext attribute value or the bgcolor attribute value of the body element so the contrast surpasses the WAI ERT color algorithm threshold.
<body text="#000000" bgcolor="#ffffff">
text attribute value and the bgcolor attribute value of the body element.text attribute value or the bgcolor attribute value of the body element so the colors exceed the WAI ERT algorithm thresholdtext attribute and the bgcolor attribute from the body 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 #226-2 - Negative</title> </head> <body bgcolor="#ffffff" text="#000000"> <p>This is some example text.</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 #226-1 - Positive</title> </head> <body bgcolor="#ffffff" text="#cccccc"> <p>This is some example text.</p> </body> </html>