Skip to content
Merged
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
6 changes: 3 additions & 3 deletions css-align-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2252,8 +2252,8 @@ Determining the Baselines of a Box</h3>
<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 @@ -2349,7 +2349,7 @@ Determining the Baselines of a Box</h3>
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