- From: Gérard Talbot <www-style@gtalbot.org>
- Date: Fri, 3 Sep 2010 10:40:26 -0700
- To: "www-style@w3.org" <www-style@w3.org>
- Cc: "Boris Zbarsky" <bzbarsky@MIT.EDU>
Le Jeu 2 septembre 2010 19:57, Boris Zbarsky a écrit : > On 9/2/10 8:48 PM, "Gérard Talbot" wrote: > > > http://www.w3.org/TR/CSS21/visuren.html#run-in > > That section has been substantially rewritten. Sadly, the editor's > draft is not public, but the relevant text after the rewrite is: > > Let B be the first of A's following siblings that is > neither floating nor absolutely positioned nor has > 'display: none'. If B exists and has a specified value > for 'display' of 'block' or 'list-item' and is not replaced, > then A is rendered as an 'inline' element at the start of B's > principal box. > >> What happens when >> - a run-in runs into a table element (display: table)? >> - a run-in runs into a table-row-group element (display: >> table-row-group) >> - a run-in runs into a table-header-group element (display: >> table-header-group) >> - a run-in runs into a table-footer-group element (display: >> table-footer-group) >> - a run-in runs into a table-row element (display: table-row) >> - a run-in runs into a table-cell element (display: table-cell) >> Shouldn't >> the run-in be converted into an inline box? .. and become the first >> inline >> box of such table cell? > > - a run-in runs into a table-caption element (display: table-caption) > > Shouldn't the run-in be converted into an inline box? .. and become the > > first inline box of such table-caption? > > > > None of those can happen, per the above text. In all such cases the > run-in becomes a block. > > -Boris Great! That answers my questions. Thank you! regards, Gérard -- CSS 2.1 Test suite beta 3 (August 15th 2010) http://test.csswg.org/suites/css2.1/20100815/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 Friday, 3 September 2010 17:41:03 UTC