@@ -33,6 +33,7 @@ spec:css22; type:property; text:border-width
3333spec:css22; type:property; text:overflow
3434spec:css22; type:property; text:white-space
3535spec:css22; type:property; text:display
36+ spec:filter-effects-1; type:property; text:filter
3637</pre>
3738
3839<!--
@@ -1248,11 +1249,11 @@ spec:css22; type:property; text:display
12481249 <li> The <b> outer min-content width</b> of a table column or column group is
12491250 <code> max('min-width' , 'width' )</code> .
12501251
1251- <li> The <b> outer max-content width</b> of a table cell in a non-constrained column is
1252+ <li> The <b> outer max-content width</b> of a table cell in a <a href="#constrainedness"> non-constrained column</a> is
12521253 <code> max('min-width' , 'width' , min-content width, min('max-width' , max-content width))</code>
12531254 adjusted by the cell intrinsic offsets.
12541255
1255- <li> The <b> outer max-content width</b> of a table cell in a constrained column is
1256+ <li> The <b> outer max-content width</b> of a table cell in a <a href="#constrainedness"> constrained column</a> is
12561257 <code> max('min-width' , 'width' , min-content width, min('max-width' , 'width' ))</code>
12571258 adjusted by the cell intrinsic offsets.
12581259
@@ -1701,7 +1702,7 @@ spec:css22; type:property; text:display
17011702 <li> its min-content width
17021703 </ul>
17031704
1704- <li> any other column that is constrained
1705+ <li> any other column that is <a href="#constrainedness"> constrained</a>
17051706 is assigned its max-content width
17061707
17071708 <li> all other columns are assigned their min-content width.
@@ -1788,23 +1789,23 @@ spec:css22; type:property; text:display
17881789
17891790 <ol>
17901791
1791- <li> If there are non-constrained columns that have originating cells
1792+ <li> If there are <a href="#constrainedness"> non-constrained columns</a> that have originating cells
17921793 with intrinsic percentage width of 0% and
17931794 with nonzero max-content width
17941795 <i class="hint"> (aka the columns allowed to grow by this rule)</i> ,
17951796 the distributed widths of the columns allowed to grow by this rule
17961797 are increased in proportion to max-content width
17971798 so the total increase adds to the excess width.
17981799
1799- <li> Otherwise, if there are non-constrained columns that have originating cells
1800+ <li> Otherwise, if there are <a href="#constrainedness"> non-constrained columns</a> that have originating cells
18001801 with intrinsic percentage width of 0%
18011802 <i class="hint"> (aka the columns allowed to grow by this rule,
18021803 which thanks to the previous rule must have zero max-content width)</i> ,
18031804 the distributed widths of the columns allowed to grow by this rule
18041805 are increased by equal amounts
18051806 so the total increase adds to the excess width.
18061807
1807- <li> Otherwise, if there are (constrained) columns
1808+ <li> Otherwise, if there are (<a href="#constrainedness"> constrained</a> ) columns
18081809 with intrinsic percentage width of 0% and
18091810 with nonzero max-content width
18101811 <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