From a99ee7e5d3dc5eda958a8de7d72c92f5a6ddfedb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 15 Jan 2025 14:15:38 -0800 Subject: [PATCH] [css-align-3] Gloss in-flow/out-of-flow jargon --- css-align-3/Overview.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css-align-3/Overview.bs b/css-align-3/Overview.bs index 56aea26bda2..75ada2841ff 100644 --- a/css-align-3/Overview.bs +++ b/css-align-3/Overview.bs @@ -1212,7 +1212,7 @@ Overflow and Scroll Positions Note: The alignment subject is not necessarily identical to the scrollable overflow area: content overflowing the alignment subject, - such as an absolutely-positioned or out-of-flow element, + such as an absolutely-positioned or out-of-flow element, grows the scrollable overflow area but not the alignment subject, thus an ''align-content/end''-aligned scroll container might not be initially scrolled all the way to the bottom. @@ -2263,8 +2263,8 @@ Determining the Baselines of a Box
block containers
The first/last [=baseline set=] of a 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 + 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, @@ -2357,7 +2357,7 @@ Determining the Baselines of a Box 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