Re: [CSS21] Make XHTML <body> magic just like HTML <body>

Ian Hickson wrote:
> The wording difference to CSS2.1 would be:
...
 >       user
>       agents must instead use the computed value of those properties from 
>       that element's first HTML "BODY" element or XHTML "body" element 
>       child

Would it make more sense to add

   of the root element.

here?

In other words, given the xhtml:

<html>
   <div>
     <body/
   </div>
</html>

I don't really think we should propagate the background from that <body> to the 
canvas.

-Boris

Received on Friday, 9 March 2007 03:17:32 UTC