Skip to content
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

[css-position-4] Gloss in-flow jargon #11526

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
6 changes: 3 additions & 3 deletions css-position-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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|.
Expand All @@ -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=],
Expand Down Expand Up @@ -250,7 +250,7 @@ with its top left corner at the canvas origin.

3. <dl class=switch>
: 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|,
Expand Down