<div style="background-color:#ffffff"> <span style="color:#000000">Coloured text must provide high contrast with a coloured background</span> </div>
Question | Does the colour of text on a coloured background provide a contrast ratio of 7:1 or greater? |
---|---|
PASS | Yes, the contrast ratio is at least 7:1 for text, and 4.5:1 for large text. |
FAIL | No, the contrast ratio is less than 7:1 for text, and 4.5:1 for large text. |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #306 - Negative</title> </head> <body> <p style="background-color:#ffffff;color:#000000;"> Read the <a href="carol-text-dogs.txt">text transcript of Carol's talk about dogs</a>. </p> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #306 - Positive</title> </head> <body> <p style="background-color:#59b500;color:#b70006;"> Read the <a href="carol-text-dogs.txt">text transcript of Carol's talk about dogs</a>. </p> </body> </html>