Re: [CSS21] Does 10.6.7 apply to the root element?

On Friday 2006-04-07 15:50 +0200, Anne van Kesteren wrote:
> Reading 10.6.6  
> http://www.w3.org/TR/2004/CR-CSS21-20040225/visudet.html#q22 and given  
> that 'overflow'  
> http://www.w3.org/TR/2004/CR-CSS21-20040225/visufx.html#overflow acts like  
> 'auto' when applied to the root element does  

'overflow' effectively never applies to the root element since when it's
set on the root element, it applies to the viewport instead.  This is
clarified in changes we've made since the last public draft, so the rule
that overflow on the root should be propagated to the viewport is no
longer specific to HTML UAs, and is now a must instead of a should.

> http://www.w3.org/TR/2004/CR-CSS21-20040225/visudet.html#root-height apply  
> to the root element? Testcase:
> 
>  http://dump.testsuite.org/2006/www-style/001.htm

I think that's a bug in Mozilla.

-David

-- 
L. David Baron                                <URL: http://dbaron.org/ >
           Technical Lead, Layout & CSS, Mozilla Corporation

Received on Friday, 7 April 2006 19:11:23 UTC