Re: setting a good example

Hume Smith wrote:
> 
> the title page of the HTML version of the HTML 4.0 recommendation <URL:http://www.w3.org/TR/REC-html40/> violates one of its own very basic recommendations: If you use a background image or set the background color, then be sure to set the various text colors as well. <URL:http://www.w3.org/TR/REC-html40/types.html#h-6.5.1>

This is actually not completely accurate. The text colors are specified
through the associated style sheet:
http://www.w3.org/TR/REC-html40/style/default.css:

body {
    background: white;
    color: black;
}

But I'll admit that for the sake of browsers not supporting CSS these
should be specified in the HTML as well.
-- 
Arnaud Le Hors - W3C, User Interface Domain - www.w3.org/People/Arnaud

Received on Thursday, 8 January 1998 05:03:10 UTC