Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-flexbox-1] Gloss in-flow/out-of-flow jargon #11508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions css-flexbox-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
In particular:

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

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

Each in-flow child of a <a>flex container</a>
Each <a>in-flow</a> child of a <a>flex container</a>
becomes a <a>flex item</a>,
and each child <a>text sequence</a>
is wrapped in an <a>anonymous</a> <a>block container</a> <a>flex item</a>.
Expand Down Expand Up @@ -736,7 +736,7 @@ Flex Items</h2>
<h3 id='abspos-items'>
Absolutely-Positioned Flex Children</h3>

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

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

<dt><a>multi-line</a> column flex container
Expand Down