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