Skip to content

Commit 020d1b1

Browse files
davidsgroganFremyCompany
authored andcommitted
[css-tables-3] Fix constrainedness references
bikeshed didn't give the definition the ② ③ links when the references were done with <a>.
1 parent e340b70 commit 020d1b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-tables-3/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,11 +1244,11 @@ spec:css-sizing-3; type:property; text:box-sizing
12441244
<li>The <b>outer min-content width</b> of a table-column or table-column-group is
12451245
<code>max('min-width', 'width')</code>.
12461246

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

1251-
<li>The <b>outer max-content width</b> of a table-cell in a <a href="#constrainedness">constrained column</a> is
1251+
<li>The <b>outer max-content width</b> of a table-cell in a [=constrainedness|constrained column=] is
12521252
<code>max('min-width', 'width', min-content width, min('max-width', 'width'))</code>
12531253
adjusted by the cell intrinsic offsets.
12541254

@@ -1703,7 +1703,7 @@ spec:css-sizing-3; type:property; text:box-sizing
17031703
<li>its min-content width
17041704
</ul>
17051705

1706-
<li>any other column that is <a href="#constrainedness">constrained</a>
1706+
<li>any other column that is [=constrainedness|constrained=]
17071707
is assigned its max-content width
17081708

17091709
<li>all other columns are assigned their min-content width.
@@ -1820,23 +1820,23 @@ spec:css-sizing-3; type:property; text:box-sizing
18201820

18211821
<ol>
18221822

1823-
<li>If there are <a href="#constrainedness">non-constrained columns</a> that have originating cells
1823+
<li>If there are [=constrainedness|non-constrained columns=] that have originating cells
18241824
with intrinsic percentage width of 0% and
18251825
with nonzero max-content width
18261826
<i class="hint">(aka the columns allowed to grow by this rule)</i>,
18271827
the distributed widths of the columns allowed to grow by this rule
18281828
are increased in proportion to max-content width
18291829
so the total increase adds to the excess width.
18301830

1831-
<li>Otherwise, if there are <a href="#constrainedness">non-constrained columns</a> that have originating cells
1831+
<li>Otherwise, if there are [=constrainedness|non-constrained columns=] that have originating cells
18321832
with intrinsic percentage width of 0%
18331833
<i class="hint">(aka the columns allowed to grow by this rule,
18341834
which thanks to the previous rule must have zero max-content width)</i>,
18351835
the distributed widths of the columns allowed to grow by this rule
18361836
are increased by equal amounts
18371837
so the total increase adds to the excess width.
18381838

1839-
<li>Otherwise, if there are (<a href="#constrainedness">constrained</a>) columns
1839+
<li>Otherwise, if there are [=constrainedness|constrained columns=]
18401840
with intrinsic percentage width of 0% and
18411841
with nonzero max-content width
18421842
<i class="hint">(aka the columns allowed to grow by this rule, which, due to other rules, must have originating cells)</i>,

0 commit comments

Comments
 (0)