Failure Example 3
In the example below the foreground color is defined on the body element, however the background color is not defined. Therefore, the example fails the Success Criterion.
<body color="white">
<p>... document body...</p>
</body>
F24: Failure of SC 1.4.1 due to specifying foreground colors without specifying background colors or vice versa
... document body...