Access: [2.2.1.1]: poor color contrast (text) (Priority 3)
Cause:
Ensure there is sufficient contrast between text and background colors
for individuals with a color deficiency.
Example:
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>Foreground and background color do not contrast sufficiently</title>
</head>
<body>
<body bgcolor="#ffffff" text="#ff88ff" link="#000000" alink="#000000" vlink="#000000">
</body>
</html>
|
Solution:
References: