Skip to content

Commit 843313d

Browse files
cvrebertsvgeesus
authored andcommitted
[css-align-3] Gloss in-flow/out-of-flow jargon
1 parent 7b87473 commit 843313d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-align-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,8 +2252,8 @@ Determining the Baselines of a Box</h3>
22522252
<dt>block containers
22532253
<dd>
22542254
The first/last [=baseline set=] of a <a>block container</a>
2255-
is taken from the first/last in-flow line box in the block container
2256-
or the first/last in-flow block-level child in the block container
2255+
is taken from the first/last [=in-flow=] line box in the block container
2256+
or the first/last [=in-flow=] block-level child in the block container
22572257
that contributes a set of first/last baselines,
22582258
whichever comes first/last.
22592259
If there is no such line box or child,
@@ -2349,7 +2349,7 @@ Determining the Baselines of a Box</h3>
23492349
and ''vertical-rl'' if 'direction' is ''rtl''.
23502350

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

0 commit comments

Comments
 (0)