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

On 18 Feb 2008, at 17:44, Alan Gresley wrote:

> * E:root - Very un-useful in HTML. You already know what the root  
> node is - it's named 'html'.
>
> Does every document have HTML as the root element? Look at the  
> source of this page.
>
> http://annevankesteren.nl/test/css/at-rule/import-001.htm

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.


--
Geoffrey Sneddon
<http://gsnedders.com/>

Received on Monday, 18 February 2008 18:50:28 UTC