Re: [css3] "Selectors that People Actually Use"

Geoffrey Sneddon wrote:

> Yes, it has a HTML root element. It's implied by the context. See HTML 
> 4.01 and/or HTML 5. Sure, it may not explicitly be in the document, but 
> look in any DOM tree of that document, and you'll see it there.

Firefox can render HTML and XML. If you want all documents, HTML and
XML to have an external margin of 5px w/o having to act on the viewport
through a geck-only selector, you have no other choice but

   :root { margin: 5px }

Is that clearer ?

</Daniel>

Received on Monday, 18 February 2008 18:57:04 UTC