You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the first row on the right (the <ahref=#block-start>block-start</a> side).
1709
1709
The table's <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/CSS21/box.html#propdef-margin-righttitle=margin-right>margin-right</a> and <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/CSS21/box.html#propdef-margin-lefttitle=margin-left>margin-left</a> would collapse
1710
1710
with margins before (on the right) and after (on the left) the table, respectively,
1711
-
and if the table had <spanclass=cssdata-link-type=maybe>auto</span> values for <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/CSS21/box.html#propdef-margin-toptitle=margin-top>margin-top</a> and <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottomtitle=margin-bottom>margin-bottom</a>
1711
+
and if the table had <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-grid-1/#grid-placement-auto>auto</a> values for <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/CSS21/box.html#propdef-margin-toptitle=margin-top>margin-top</a> and <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottomtitle=margin-bottom>margin-bottom</a>
1712
1712
it would be centered vertically within its block flow.
<p>Since <spanclass=cssdata-link-type=maybe>auto</span> margins are resolved consistent with the containing
1826
+
<p>Since <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-grid-1/#grid-placement-auto>auto</a> margins are resolved consistent with the containing
1827
1827
block's writing mode, a box establishing an <ahref=#orthogonal-flow>orthogonal flow</a> can,
1828
1828
once sized, be aligned or centered within its containing block just
1829
1829
like other block-level elements by using auto margins.
If the UA does not support CSS Multi-column Layout <adata-biblio-type=normativedata-link-type=bibliohref=#css3coltitle=CSS3COL>[CSS3COL]</a>
1884
1884
and the element is a block container,
1885
-
when the computed measure of the element establishing an orthogonal flow is <spanclass=cssdata-link-type=maybe>auto</span>,
1885
+
when the computed measure of the element establishing an orthogonal flow is <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-grid-1/#grid-placement-auto>auto</a>,
1886
1886
then the used inner measure is calculated as:
1887
1887
1888
1888
<p>
@@ -1913,30 +1913,30 @@ <h4 data-level=7.3.3 id=auto-multicol><span class=secno>7.3.3 </span><span class
1913
1913
If the UA supports CSS Multi-column Layout <adata-biblio-type=normativedata-link-type=bibliohref=#css3coltitle=CSS3COL>[CSS3COL]</a>
1914
1914
and the element is a block container or multi-column element,
1915
1915
for the case where the element's extent or available extent is
1916
-
<ahref=http://dev.w3.org/csswg/css-sizing-3/#definite>definite</a> but the element's measure is <spanclass=cssdata-link-type=maybe>auto</span>:
1916
+
<ahref=http://dev.w3.org/csswg/css-sizing-3/#definite>definite</a> but the element's measure is <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-grid-1/#grid-placement-auto>auto</a>:
1917
1917
1918
1918
<ol>
1919
1919
<li>
1920
-
If <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-counttitle=column-count>column-count</a> and <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-widthtitle=column-width>column-width</a> are both <spanclass=cssdata-link-type=maybe>auto</span>,
1920
+
If <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-counttitle=column-count>column-count</a> and <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-widthtitle=column-width>column-width</a> are both <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-grid-1/#grid-placement-auto>auto</a>,
1921
1921
calculate the used <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-widthtitle=column-width>column-width</a> as
1922
-
the inner measure for <spanclass=cssdata-link-type=maybe>auto</span>-sized elements, as defined above.
1922
+
the inner measure for <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-grid-1/#grid-placement-auto>auto</a>-sized elements, as defined above.
1923
1923
<li>
1924
1924
If the columns' extent is <ahref=http://dev.w3.org/csswg/css-sizing-3/#indefinite>indefinite</a>,
1925
-
the <i>fill-available extent</i> of the element is used.
1925
+
the <ahref=http://dev.w3.org/csswg/css-sizing-3/#fill-available-extent>fill-available extent</a> of the element is used.
1926
1926
<li>
1927
1927
The used <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-counttitle=column-count>column-count</a> then follows from filling the resulting columns with the element's content.
1928
1928
</ol>
1929
1929
1930
1930
<p>
1931
1931
The used measure of the resulting multi-column element is then calculated:
1932
1932
if the content neither line-wraps nor fragments within the multi-column element,
1933
-
then the used measure is the <i>max-content measure</i> of the element's contents;
1933
+
then the used measure is the <ahref=http://dev.w3.org/csswg/css-sizing-3/#max-content-measure>max-content measure</a> of the element's contents;
1934
1934
else it is calculated from the used <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-widthtitle=column-width>column-width</a>, <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-counttitle=column-count>column-count</a>, and <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-multicol-1/#column-gap0title=column-gap>column-gap</a>.
1935
1935
1936
1936
<p>
1937
1937
The used extent of the element is either the used column extent
1938
1938
(if multiple columns were used)
1939
-
or the <i>max-content extent</i> of the content.
1939
+
or the <ahref=http://dev.w3.org/csswg/css-sizing-3/#max-content-extent>max-content extent</a> of the content.
1940
1940
1941
1941
<pclass=note>This should behave the same as the auto-sizing algorithm
1942
1942
defined in the previous section, except overflowing content, instead of
@@ -1959,7 +1959,7 @@ <h4 data-level=7.3.4 id=orthogonal-layout><span class=secno>7.3.4 </span><span c
1959
1959
<p><ul>
1960
1960
<li>A table or flex container establishing an orthogonal flow is laid out into the given <ahref=http://dev.w3.org/csswg/css-sizing-3/#available>available space</a>.
1961
1961
If the <ahref=http://dev.w3.org/csswg/css-sizing-3/#available>available measure</a> is infinite, this effectively lays the element out at its max-content size.
1962
-
However, any table cells or <i>flex items</i> that are <i>block containers</i> are laid out assuming infinite <ahref=http://dev.w3.org/csswg/css-sizing-3/#available>available space</a>
1962
+
However, any table cells or <ahref=http://dev.w3.org/csswg/css-flexbox-1/#flex-item>flex items</a> that are <i>block containers</i> are laid out assuming infinite <ahref=http://dev.w3.org/csswg/css-sizing-3/#available>available space</a>
1963
1963
and so behave accordingly, possibly limiting their <ahref=#measure>measure</a> to the size of the initial containing block
1964
1964
or triggering multi-column layout so that they grow in the direction of the infinite measure.
to take into account the fill-available size; now the minimum of the
2469
-
fill-available and ICB size is used to resolve <spanclass=cssdata-link-type=maybe>auto</span> sizes.
2469
+
fill-available and ICB size is used to resolve <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-grid-1/#grid-placement-auto>auto</a> sizes.
2470
2470
<li>Renamed <spanclass=cssdata-link-type=maybe>digits</span> to <spanclass=cssdata-link-type=maybe>numeric</span> and <spanclass=cssdata-link-type=maybe>ascii-digits</span> to <spanclass=cssdata-link-type=maybe>digits</span> for <aclass=propertydata-link-type=propdeschref=#propdef-text-combine-horizontaltitle=text-combine-horizontal>text-combine-horizontal</a>.
2471
2471
<li>Defined interaction of <aclass=propertydata-link-type=propdeschref=#propdef-text-combine-horizontaltitle=text-combine-horizontal>text-combine-horizontal</a> and <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-text-3/#text-transform0title=text-transform>text-transform</a>.
0 commit comments