@@ -1244,11 +1244,11 @@ spec:css-sizing-3; type:property; text:box-sizing
1244
1244
<li> The <b> outer min-content width</b> of a table-column or table-column-group is
1245
1245
<code> max('min-width' , 'width' )</code> .
1246
1246
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
1248
1248
<code> max('min-width' , 'width' , min-content width, min('max-width' , max-content width))</code>
1249
1249
adjusted by the cell intrinsic offsets.
1250
1250
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
1252
1252
<code> max('min-width' , 'width' , min-content width, min('max-width' , 'width' ))</code>
1253
1253
adjusted by the cell intrinsic offsets.
1254
1254
@@ -1703,7 +1703,7 @@ spec:css-sizing-3; type:property; text:box-sizing
1703
1703
<li> its min-content width
1704
1704
</ul>
1705
1705
1706
- <li> any other column that is <a href="# constrainedness"> constrained</a>
1706
+ <li> any other column that is [= constrainedness| constrained=]
1707
1707
is assigned its max-content width
1708
1708
1709
1709
<li> all other columns are assigned their min-content width.
@@ -1820,23 +1820,23 @@ spec:css-sizing-3; type:property; text:box-sizing
1820
1820
1821
1821
<ol>
1822
1822
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
1824
1824
with intrinsic percentage width of 0% and
1825
1825
with nonzero max-content width
1826
1826
<i class="hint"> (aka the columns allowed to grow by this rule)</i> ,
1827
1827
the distributed widths of the columns allowed to grow by this rule
1828
1828
are increased in proportion to max-content width
1829
1829
so the total increase adds to the excess width.
1830
1830
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
1832
1832
with intrinsic percentage width of 0%
1833
1833
<i class="hint"> (aka the columns allowed to grow by this rule,
1834
1834
which thanks to the previous rule must have zero max-content width)</i> ,
1835
1835
the distributed widths of the columns allowed to grow by this rule
1836
1836
are increased by equal amounts
1837
1837
so the total increase adds to the excess width.
1838
1838
1839
- <li> Otherwise, if there are ( <a href="# constrainedness"> constrained</a> ) columns
1839
+ <li> Otherwise, if there are [= constrainedness| constrained columns=]
1840
1840
with intrinsic percentage width of 0% and
1841
1841
with nonzero max-content width
1842
1842
<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