- From: Gérard Talbot <www-style@gtalbot.org>
- Date: Mon, 25 Jun 2012 18:29:01 -0400
- To: "W3C www-style mailing list" <www-style@w3.org>
Hello,
CSS 2.1, 10.6.3 Block-level non-replaced elements in normal flow when
'overflow' computes to 'visible'
http://www.w3.org/TR/CSS21/visudet.html#normal-block
says:
{
If 'height' is 'auto', the height depends on whether the element has any
block-level children and whether it has padding or borders:
(...)
}
Shouldn't it be saying instead
{
If 'height' is 'auto', the height depends on whether the element has any
block-level children and whether such children have padding or borders:
(...)
}
?
If I'm wrong, then what is "it" in the sentence referring to exactly?
Gérard
-- 
CSS 2.1 Test suite RC6, March 23rd 2011
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html
Contributions to CSS 2.1 test suite
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
Web authors' contributions to CSS 2.1 test suite
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
Received on Monday, 25 June 2012 22:29:34 UTC