Skip to content

Commit 9650d09

Browse files
committed
[css-display-4] Gloss in-flow/out-of-flow jargon
1 parent e104c6f commit 9650d09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-display-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Automatic Box Type Transformations</h3>
823823
so that it remains a block container.
824824

825825
* If an [=inline box=] (''inline flow'') is <a>inlinified</a>,
826-
it recursively <a>inlinifies</a> all of its in-flow children,
826+
it recursively <a>inlinifies</a> all of its <a>in-flow</a> children,
827827
so that no block-level descendants
828828
break up the inline formatting context in which it participates.
829829

@@ -1170,7 +1170,7 @@ A <dfn export>reading flow container</dfn> is a flex or grid container
11701170
with a valid 'reading-flow' value other than ''normal''.
11711171

11721172
The <dfn export>rendering-defined sibling reading flow</dfn> of a <a>reading flow container</a>
1173-
is an ordered list of in-flow children of the container.
1173+
is an ordered list of <a>in-flow</a> children of the container.
11741174
All children must render to an element and are considered siblings in the reading flow container.
11751175
The order is determined by the 'reading-flow' property.
11761176

@@ -1576,7 +1576,7 @@ Run-In Layout</h2>
15761576
</ul>
15771577

15781578
A <dfn>run-in sequence</dfn> is a maximal sequence of consecutive sibling <a>run-in boxes</a>
1579-
and intervening <a>white space</a> and/or out-of-flow boxes.
1579+
and intervening <a>white space</a> and/or <a>out-of-flow</a> boxes.
15801580

15811581
Note: This statement implies that out-of-flow boxes are reparented
15821582
if they are between two run-in boxes.
@@ -1777,7 +1777,7 @@ Appendix A: Glossary</h2>
17771777
that form an ancestor-descendant chain
17781778
through the <a>containing block</a> relation.
17791779
For example, an <a>inline box</a>’s containing block is the content box of its closest <a>block container</a> ancestor;
1780-
if that block container is an in-flow <a>block</a>,
1780+
if that block container is an <a>in-flow</a> <a>block</a>,
17811781
then <em>its</em> containing block is formed by its parent <a>block container</a>;
17821782
if that grandparent <a>block container</a> is <a>absolutely positioned</a>,
17831783
then <em>its</em> containing block is the padding edges of its closest <em>positioned</em> ancestor (not necessarily its parent),

0 commit comments

Comments
 (0)