Skip to content

Commit a740515

Browse files
committed
Rephrase.
1 parent 94cfc7c commit a740515

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,9 @@ <h2 id=flex-items><span class=secno>4. </span> Flexbox Items</h2>
511511
<li>Atomic inline-level children of flexbox
512512

513513
<li>Contiguous run of non-replaced inline children, wrapped into an
514-
anonymous block box. If this would produce an anonymous box filled only
515-
with white-space, the box is not generated, and the whitespace is removed
516-
from the box tree.
514+
anonymous block box. If the contents of the anonymous box would be solely
515+
an anonymous inline containing only whitespace, the box is not generated,
516+
and the whitespace is removed from the box tree.
517517
</ol>
518518

519519
<p>Some values of &lsquo;<code class=property>display</code>&rsquo; trigger

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h2 id='flex-items'>
180180

181181
<li>Atomic inline-level children of flexbox</li>
182182

183-
<li>Contiguous run of non-replaced inline children, wrapped into an anonymous block box. If this would produce an anonymous box filled only with white-space, the box is not generated, and the whitespace is removed from the box tree.</li>
183+
<li>Contiguous run of non-replaced inline children, wrapped into an anonymous block box. If the contents of the anonymous box would be solely an anonymous inline containing only whitespace, the box is not generated, and the whitespace is removed from the box tree.</li>
184184
</ol>
185185

186186
<p>Some values of 'display' trigger "fixup" to ensure a sensible tree structure. For example, a lone ''table-cell'' box is fixed up by generating ''table'' and ''table-row'' boxes around it. This fixup must occur <em>before</em> a flexbox's contents are checked to see if it's necessary to generate anonymous flexbox items.</p>

0 commit comments

Comments
 (0)