Skip to content

Commit ca237a6

Browse files
cvrebertfantasai
authored andcommitted
[css-display-4] Gloss in-flow/out-of-flow jargon
1 parent 091a21b commit ca237a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-display-4/Overview.bs

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

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

@@ -2031,7 +2031,7 @@ Run-In Layout</h2>
20312031
</ul>
20322032

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

20362036
Note: This statement implies that out-of-flow boxes are reparented
20372037
if they are between two run-in boxes.
@@ -2462,7 +2462,7 @@ Appendix A: Glossary</h2>
24622462
that form an ancestor-descendant chain
24632463
through the <a>containing block</a> relation.
24642464
For example, an <a>inline box</a>’s containing block is the content box of its closest <a>block container</a> ancestor;
2465-
if that block container is an in-flow <a>block</a>,
2465+
if that block container is an <a>in-flow</a> <a>block</a>,
24662466
then <em>its</em> containing block is formed by its parent <a>block container</a>;
24672467
if that grandparent <a>block container</a> is <a>absolutely positioned</a>,
24682468
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)