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
<ahref=http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/>2 April 2013 Working Draft</a>.
2661
2666
2662
2667
<p><ul>
2663
-
<li>Percentages are no longer resolved like they are in table layout.
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>.
<li>Renamed all the <ahref=#placement>placement properties</a> and <ahref=#grid-definition>grid-defining properties</a>.
2666
2670
<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.
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>.
2669
-
<li>Marked <ahref=#visibility-collapse>grid row/column collapsing</a> as an open issue.
2670
2671
<li>Changed the syntax of <ahref=#named-lines>named lines</a> to use parentheses and identifiers rather than strings.
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.
2672
2672
<li>Made named grid areas <ahref=#implict-named-lines>imply named grid lines</a>.
2673
+
<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>.
2674
+
<li>Percentages are no longer resolved like they are in table layout.
2675
+
<li>Refined <ahref=#abspos-items>definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2676
+
<li>Defined the <ahref=#static-position>static position</a> of direct children of a <ahref=#grid-container>grid container</a>.
2673
2677
<li>Added an option for dense packing to <aclass=propertydata-link-type=propdeschref=#propdef-grid-auto-flowtitle=grid-auto-flow>grid-auto-flow</a>.
<li>Proposed <aclass=propertydata-link-type=propdeschref=#propdef-grid-auto-positiontitle=grid-auto-position>grid-auto-position</a> property so that auto-stacking items can be controlled a bit better. (But see open issues on changing <aclass=cssdata-link-type=maybehref=#propdef-grid-auto-flowtitle=grid-auto-flow>grid-auto-flow: none</a>.)
2679
+
<li>Rewrote and fixed errors in the <ahref=#auto-placement-algo>auto-placement algorithm</a>.
2680
+
<li>Marked <ahref=#visibility-collapse>grid row/column collapsing</a> as an open issue.
<ahref="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">2 April 2013 Working Draft</a>.
2717
2722
2718
2723
<ul>
2719
-
<li>Percentages are no longer resolved like they are in table layout.
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>.
2724
+
<li>Redesigned <a>subgrid</a> feature.
2721
2725
<li>Renamed all the <ahref="#placement">placement properties</a> and <ahref="#grid-definition">grid-defining properties</a>.
2722
2726
<li>Added the 'grid-template' and 'grid' shorthands.
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>.
2725
-
<li>Marked <ahref="#visibility-collapse">grid row/column collapsing</a> as an open issue.
2726
2727
<li>Changed the syntax of <ahref="#named-lines">named lines</a> to use parentheses and identifiers rather than strings.
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.
2728
2728
<li>Made named grid areas <ahref="#implict-named-lines">imply named grid lines</a>.
2729
+
<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>.
2730
+
<li>Percentages are no longer resolved like they are in table layout.
2731
+
<li>Refined <ahref="#abspos-items">definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2732
+
<li>Defined the <ahref="#static-position">static position</a> of direct children of a <i>grid container</i>.
2729
2733
<li>Added an option for dense packing to 'grid-auto-flow'.
2730
-
<li>Redesigned <a>subgrid</a> feature.
2734
+
<li>Proposed 'grid-auto-position' property so that auto-stacking items can be controlled a bit better. (But see open issues on changing ''grid-auto-flow: none''.)
2735
+
<li>Rewrote and fixed errors in the <ahref="#auto-placement-algo">auto-placement algorithm</a>.
2736
+
<li>Marked <ahref="#visibility-collapse">grid row/column collapsing</a> as an open issue.
0 commit comments