Skip to content

Commit 742a71a

Browse files
committed
[css-tables] Editorial; fix w3c#1763
1 parent 119819e commit 742a71a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

css-tables-3/Overview.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,22 +1233,22 @@ spec:css-sizing-3; type:property; text:box-sizing
12331233
<dd>The outer min-content and max-content widths are defined for table cells, columns, and column groups.
12341234
The 'width', 'min-width', and 'max-width' values used in these definitions are the offsets-adjusted values defined <a href="#offsets-adjusted-width">above</a>:
12351235
<ul>
1236-
<li>The <b>outer min-content width</b> of a table cell is
1236+
<li>The <b>outer min-content width</b> of a table-cell is
12371237
<code>max('min-width', min-content width)</code>
12381238
adjusted by the cell intrinsic offsets.
12391239

1240-
<li>The <b>outer min-content width</b> of a table column or column group is
1240+
<li>The <b>outer min-content width</b> of a table-column or table-column-group is
12411241
<code>max('min-width', 'width')</code>.
12421242

1243-
<li>The <b>outer max-content width</b> of a table cell in a <a href="#constrainedness">non-constrained column</a> is
1243+
<li>The <b>outer max-content width</b> of a table-cell in a <a href="#constrainedness">non-constrained column</a> is
12441244
<code>max('min-width', 'width', min-content width, min('max-width', max-content width))</code>
12451245
adjusted by the cell intrinsic offsets.
12461246

1247-
<li>The <b>outer max-content width</b> of a table cell in a <a href="#constrainedness">constrained column</a> is
1247+
<li>The <b>outer max-content width</b> of a table-cell in a <a href="#constrainedness">constrained column</a> is
12481248
<code>max('min-width', 'width', min-content width, min('max-width', 'width'))</code>
12491249
adjusted by the cell intrinsic offsets.
12501250

1251-
<li>The <b>outer max-content width</b> of a table column or column group is
1251+
<li>The <b>outer max-content width</b> of a table-column or table-column-group is
12521252
<code>max('min-width', min('max-width', 'width'))</code>.
12531253
</ul>
12541254

@@ -1460,8 +1460,8 @@ spec:css-sizing-3; type:property; text:box-sizing
14601460
<!--——————————————————————————————————————————————————————————————————————————-->
14611461
<dt><dfn>constrainedness</dfn></dt>
14621462
<dd>A column is constrained if
1463-
the column group (if any),
1464-
the column (if any),
1463+
its corresponding table-column-group (if any),
1464+
its corresponding table-column (if any),
14651465
or any of the cells spanning only that column
14661466
has a computed 'width' that is not "auto",
14671467
and is not a percentage.
@@ -2634,25 +2634,25 @@ With a table-internal box as non-containing block parent</h3>
26342634
<li>The table background is being rendered by the table,
26352635
and does not affect the cell background.
26362636

2637-
<li>The first background drawn by a cell is the background of its originating column group.
2637+
<li>The first background drawn by a cell is the background of its originating table-column-group (if any).
26382638
For the purpose of background-positioning,
26392639
it is expected that a column group occupies
26402640
the largest possible area a single cell could occupy in the row/column grid
26412641
while originating in the column group and not entering any column not part of the column group.
26422642

2643-
<li>The second background drawn by a cell is the background of its originating column.
2643+
<li>The second background drawn by a cell is the background of its originating table-column (if any).
26442644
For the purpose of background-positioning,
26452645
it is expected that a column occupies
26462646
the largest possible area a single cell could occupy in the row/column grid
26472647
while originating in the column and not entering any other column.
26482648

2649-
<li>The third background drawn by a cell is the background of its originating row group.
2649+
<li>The third background drawn by a cell is the background of its originating table-row-group (if any).
26502650
For the purpose of background-positioning,
26512651
it is expected that a row group occupies
26522652
the largest possible area a single cell could occupy in the row/column grid
26532653
while originating in the row group and not entering any row not part of the row group.
26542654

2655-
<li>The fourth background drawn by a cell is the background of its originating row.
2655+
<li>The fourth background drawn by a cell is the background of its originating table-row (if any).
26562656
For the purpose of background-positioning,
26572657
it is expected that a row occupies
26582658
the largest possible area a single cell could occupy in the row/column grid

0 commit comments

Comments
 (0)