Skip to content

[css-align-3] Gloss in-flow/out-of-flow jargon #11510

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

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
8 changes: 4 additions & 4 deletions css-align-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ Overflow and Scroll Positions</h3>
Note: The <a>alignment subject</a> is not necessarily
identical to the <a>scrollable overflow area</a>:
content overflowing the <a>alignment subject</a>,
such as an absolutely-positioned or out-of-flow element,
such as an absolutely-positioned or <a>out-of-flow</a> element,
grows the <a>scrollable overflow area</a> but not the <a>alignment subject</a>,
thus an ''align-content/end''-aligned <a>scroll container</a>
might not be initially scrolled all the way to the bottom.
Expand Down Expand Up @@ -2263,8 +2263,8 @@ Determining the Baselines of a Box</h2>
<dt>block containers
<dd>
The first/last [=baseline set=] of a <a>block container</a>
is taken from the first/last in-flow line box in the block container
or the first/last in-flow block-level child in the block container
is taken from the first/last [=in-flow=] line box in the block container
or the first/last [=in-flow=] block-level child in the block container
that contributes a set of first/last baselines,
whichever comes first/last.
If there is no such line box or child,
Expand Down Expand Up @@ -2357,7 +2357,7 @@ Determining the Baselines of a Box</h2>
and ''vertical-rl'' if 'direction' is ''rtl''.

For the purposes of finding the baselines of a box,
it and all its in-flow descendants with a scrolling mechanism (see the 'overflow' property)
it and all its [=in-flow=] descendants with a scrolling mechanism (see the 'overflow' property)
must be considered as if scrolled to their initial scroll position.
Additionally,
if the position of a [=scroll container=]’s first/last baseline
Expand Down