Skip to content

Commit 040ae48

Browse files
committed
[css-text] Correct note about collapsing anonymous boxes away. <http://lists.w3.org/Archives/Public/www-style/2013Dec/0104.html>
1 parent e219548 commit 040ae48

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css-text/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,9 @@ Terminology</h3>
495495
behavior specified below can be affected by these limitations and
496496
may be user agent dependent.</p>
497497

498-
<p class="note">Note that anonymous inlines consisting entirely of
498+
<p class="note">Note that anonymous blocks consisting entirely of
499499
<i>collapsible</i> white space are removed from the rendering tree.
500+
Thus any such white space surrounding a block-level element is collapsed away.
500501
See [[CSS21]] section
501502
<a href="http://www.w3.org/TR/CSS21/visuren.html#anonymous">9.2.2.1</a></p>
502503

css-text/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,9 @@ <h2 class="heading settled heading" data-level=4 id=white-space-processing><span
660660
behavior specified below can be affected by these limitations and
661661
may be user agent dependent.</p>
662662

663-
<p class=note>Note that anonymous inlines consisting entirely of
663+
<p class=note>Note that anonymous blocks consisting entirely of
664664
<a data-link-type=dfn href=#collapsible title=collapsible>collapsible</a> white space are removed from the rendering tree.
665+
Thus any such white space surrounding a block-level element is collapsed away.
665666
See <a data-biblio-type=informative data-link-type=biblio href=#css21 title=css21>[CSS21]</a> section
666667
<a href=http://www.w3.org/TR/CSS21/visuren.html#anonymous>9.2.2.1</a></p>
667668

0 commit comments

Comments
 (0)