vlink
attribute value or the bgcolor
attribute value of the body
element so the luminosity contrast ratio is greater than 5:1
<body vlink="#000000" bgcolor="#ffffff">
vlink
attribute value and the bgcolor
attribute value of the body
element are set.vlink
attribute value and the bgcolor
attribute value of the body
element.vlink
attribute value or the bgcolor
attribute value of the body
element so the luminosity contrast ratio is greater than 5:1vlink
attribute and the bgcolor
attribute from the body
element.<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>ATRC Testfile - Check #224.2 - Negative</title> </head> <body bgcolor="#ffffff" vlink="#000000"> <p>This is some <a href="http://www.example.com">example</a> text.</p> </body> </html>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>ATRC Testfile - Check #224.1 - Positive</title> </head> <body bgcolor="#ffffff" vlink="#cccccc"> <p>This is some <a href="http://www.example.com">example</a> text.</p> </body> </html>