From 503e47e55c0726570bae2db622a145b079a4a1ae Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 17 Jan 2025 23:01:50 -0800 Subject: [PATCH] [css-position-4] Gloss in-flow jargon --- css-position-4/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-position-4/Overview.bs b/css-position-4/Overview.bs index 534fc5e6d81..d8c3476e485 100644 --- a/css-position-4/Overview.bs +++ b/css-position-4/Overview.bs @@ -138,7 +138,7 @@ with its top left corner at the canvas origin. then [=tree order=], and [=paint a stacking context=] given each descendant and |canvas|. - 1. For each of |root|'s in-flow, non-positioned, block-level descendants, + 1. For each of |root|'s [=in-flow=], non-positioned, block-level descendants, in [=tree order=], [=paint a block's decorations=] given the descendant and |canvas|. @@ -159,7 +159,7 @@ with its top left corner at the canvas origin. : Otherwise :: First for |root|, - then for all its in-flow, non-positioned, [=block-level=] descendant boxes, + then for all its [=in-flow=], non-positioned, [=block-level=] descendant boxes, in [=tree order=]: 1. If the box is a [=replaced element=], @@ -250,7 +250,7 @@ with its top left corner at the canvas origin. 3.
: If |root| is an [=inline box=] - :: For all |root|'s in-flow, non-positioned, inline-level children + :: For all |root|'s [=in-flow=], non-positioned, inline-level children that generate [=fragments=] in |line box|, and all child [=CSS/text sequences=] that generate [=fragments=] in |line box|,