Skip to content

Commit 2f10381

Browse files
cvrebertsvgeesus
authored andcommitted
[css-flexbox-1] Gloss in-flow/out-of-flow jargon
1 parent e8a7432 commit 2f10381

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-flexbox-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
786786
In particular:
787787

788788
* 'float' and 'clear' do not create floating or clearance of <a>flex item</a>,
789-
and do not take it out-of-flow.
789+
and do not take it <a>out-of-flow</a>.
790790
* 'vertical-align' has no effect on a flex item.
791791
* the ''::first-line'' and ''::first-letter'' pseudo-elements do not apply to <a>flex containers</a>,
792792
and <a>flex containers</a> do not contribute a <a>first formatted line</a> or <a>first letter</a>
@@ -838,9 +838,9 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
838838
Flex Items</h2>
839839

840840
Loosely speaking, the <a>flex items</a> of a <a>flex container</a>
841-
are boxes representing its in-flow contents.
841+
are boxes representing its <a>in-flow</a> contents.
842842

843-
Each in-flow child of a <a>flex container</a>
843+
Each <a>in-flow</a> child of a <a>flex container</a>
844844
becomes a <a>flex item</a>,
845845
and each child <a>text sequence</a>
846846
is wrapped in an <a>anonymous</a> <a>block container</a> <a>flex item</a>.
@@ -979,7 +979,7 @@ Flex Items</h2>
979979
<h3 id='abspos-items'>
980980
Absolutely-Positioned Flex Children</h3>
981981

982-
As it is out-of-flow,
982+
As it is <a>out-of-flow</a>,
983983
an absolutely-positioned child of a <a>flex container</a> does not participate in flex layout.
984984

985985
The [=cross-axis=] edges of the [=static-position rectangle=]
@@ -4777,7 +4777,7 @@ Sample Flex Fragmentation Algorithm</h3>
47774777
a flex container with ''justify-content:start''
47784778
and no flexible items
47794779
should paginate identically to
4780-
a block with in-flow children with same content,
4780+
a block with <a>in-flow</a> children with same content,
47814781
same used size and same used margins.
47824782

47834783
<dt><a>multi-line</a> column flex container

0 commit comments

Comments
 (0)