Re: Minor error in CSS2, section 14.2; 'background'

> html > head {display: none }
> html > body {display: block }

This should be

html head {display: none }
html body {display: block }

Only the head and nody CHILDREN of the HTML tag have this rule.
These rules should not apply to head or body tags deeper in
the tree.

Sjoerd Visscher

Received on Tuesday, 21 September 1999 18:05:27 UTC