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-tables-3] Gloss in-flow/out-of-flow jargon #11516

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
8 changes: 4 additions & 4 deletions css-tables-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ spec:css-sizing-3; type:property; text:box-sizing
<!--——————————————————————————————————————————————————————————————————————————-->
<h4 id="fixup-algorithm">Fixup Algorithm</h4>

For the purposes of these rules, out-of-flow elements are represented as inline elements of zero width and height.
For the purposes of these rules, <a>out-of-flow</a> elements are represented as inline elements of zero width and height.
Their containing blocks are chosen accordingly.

The following steps are performed in three stages:
Expand Down Expand Up @@ -1966,7 +1966,7 @@ spec:css-sizing-3; type:property; text:box-sizing
</div>

The <dfn id="table-cell-baseline">baseline of a cell</dfn> is defined as
the baseline of the first in-flow line box in the cell, or
the baseline of the first <a>in-flow</a> line box in the cell, or
the first in-flow table-row in the cell,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it's within the same sentence, I elected not to link this 2nd instance of "in-flow".

whichever comes first.
If there is no such line box or table-row,
Expand Down Expand Up @@ -2000,7 +2000,7 @@ spec:css-sizing-3; type:property; text:box-sizing

<p class="advisement">
For the purposes of finding a baseline,
in-flow boxes with a scrolling mechanisms (see the 'overflow' property)
<a>in-flow</a> boxes with a scrolling mechanisms (see the 'overflow' property)
must be considered as if scrolled to their origin position.

<p class="note">
Expand Down Expand Up @@ -2523,7 +2523,7 @@ With a table-root as containing block</h3>
then indicate offsets inwards from the corresponding edges
of this <a>containing block</a>, as normal.

Absolute positioning occurs after layout of the <a>table</a> and its in-flow contents,
Absolute positioning occurs after layout of the <a>table</a> and its <a>in-flow</a> contents,
and does not contribute to the sizing of any table grid tracks
or affect the size/configuration of the table grid in any way.

Expand Down