Skip to content

Commit 018df75

Browse files
cvrebertsvgeesus
authored andcommitted
[css-tables-3] Gloss in-flow/out-of-flow jargon
1 parent 2f10381 commit 018df75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-tables-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ spec:css-sizing-3; type:property; text:box-sizing
359359
<!--——————————————————————————————————————————————————————————————————————————-->
360360
<h4 id="fixup-algorithm">Fixup Algorithm</h4>
361361

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

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

19681968
The <dfn id="table-cell-baseline">baseline of a cell</dfn> is defined as
1969-
the baseline of the first in-flow line box in the cell, or
1969+
the baseline of the first <a>in-flow</a> line box in the cell, or
19701970
the first in-flow table-row in the cell,
19711971
whichever comes first.
19721972
If there is no such line box or table-row,
@@ -2000,7 +2000,7 @@ spec:css-sizing-3; type:property; text:box-sizing
20002000

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

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

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

0 commit comments

Comments
 (0)