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
Grid Containers: the <spandata-link-type=value>grid</span> and <spanclass=cssdata-link-type=maybe>inline-grid</span><spanclass=propertydata-link-type=propdesctitle=display>display</span> values</a></ul><li><ahref=#grid-items><spanclass=secno>4</span>
Collapsed Grid Items: the <spanclass=propertydata-link-type=propdesctitle=visibility>visibility</span> property</a><li><ahref=#order-property><spanclass=secno>4.2</span>
110
+
Reordered Grid Items: the <spanclass=propertydata-link-type=propdesctitle=order>order</span> property</a><li><ahref=#static-position><spanclass=secno>4.3</span>
110
111
Static Position of Grid Container Children</a></ul><li><ahref=#grid-definition><spanclass=secno>5</span>
111
112
The Explicit Grid</a><ulclass=toc><li><ahref=#track-sizing><spanclass=secno>5.1</span>
112
113
Track Sizing: the <spanclass=propertydata-link-type=propdesctitle=grid-template-rows>grid-template-rows</span> and <spanclass=propertydata-link-type=propdesctitle=grid-template-columns>grid-template-columns</span> properties</a><ulclass=toc><li><ahref=#named-lines><spanclass=secno>5.1.1</span>
@@ -755,15 +756,25 @@ <h3 id="position-grid">
755
756
and missing names are treated as <a value for="<grid-line>">auto</a>.
Reordered Grid Items: the <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-flexbox-1/#propdef-ordertitle=order>order</a> property</span><aclass=section-linkhref=#order-property>§</a></h3>
760
771
761
772
<p>
762
773
The <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-flexbox-1/#propdef-ordertitle=order>order</a> property also applies to <ahref=#grid-item>grid items</a>.
763
774
It affects their <ahref=#grid-auto-flow-property>auto-placement</a> and <ahref=#z-order>painting order</a>.
<li>Percentages are no longer resolved like they are in table layout.
2653
2664
<li><ahref=#auto-margins>Margin alignment</a> now matches <ahref=http://www.w3.org/TR/css3-flexbox>Flexbox</a> and <ahref=http://www.w3.org/TR/css3-align>Box Alignment</a>.
2654
2665
<li>Renamed all the <ahref=#placement>placement properties</a> and <ahref=#grid-definition>grid-defining properties</a>.
2655
-
<li>Added the <aclass=propertydata-link-type=propdeschref=#propdef-grid-templatetitle=grid-template>grid-template</a>shorthand for all the grid-defining properties.
2666
+
<li>Added the <aclass=propertydata-link-type=propdeschref=#propdef-grid-templatetitle=grid-template>grid-template</a>and <aclass=propertydata-link-type=propdeschref=#propdef-gridtitle=grid>grid</a> shorthands.
2656
2667
<li>Refined <ahref=#abspos-items>definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2668
+
<li>Defined the <ahref=#static-position>static position</a> of direct children of a <ahref=#grid-container>grid container</a>.
2657
2669
<li>Marked <ahref=#visibility-collapse>grid row/column collapsing</a> as an open issue.
2658
2670
<li>Changed the syntax of <ahref=#named-lines>named lines</a> to use parentheses and identifiers rather than strings.
2659
2671
<li>Removed the "none" value from <aclass=propertydata-link-type=propdeschref=#propdef-grid-auto-flowtitle=grid-auto-flow>grid-auto-flow</a>, turning auto-placement on by default so that grid items by default don't stack on top of each other.
<li>Percentages are no longer resolved like they are in table layout.
2710
2720
<li><ahref="#auto-margins">Margin alignment</a> now matches <ahref="http://www.w3.org/TR/css3-flexbox">Flexbox</a> and <ahref="http://www.w3.org/TR/css3-align">Box Alignment</a>.
2711
2721
<li>Renamed all the <ahref="#placement">placement properties</a> and <ahref="#grid-definition">grid-defining properties</a>.
2712
-
<li>Added the 'grid-template' shorthand for all the grid-defining properties.
2722
+
<li>Added the 'grid-template' and 'grid' shorthands.
2713
2723
<li>Refined <ahref="#abspos-items">definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2724
+
<li>Defined the <ahref="#static-position">static position</a> of direct children of a <i>grid container</i>.
2714
2725
<li>Marked <ahref="#visibility-collapse">grid row/column collapsing</a> as an open issue.
2715
2726
<li>Changed the syntax of <ahref="#named-lines">named lines</a> to use parentheses and identifiers rather than strings.
2716
2727
<li>Removed the "none" value from 'grid-auto-flow', turning auto-placement on by default so that grid items by default don't stack on top of each other.
0 commit comments