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
The following significant changes were made since the
2907
+
<ahref="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">2 April 2013 Working Draft</a>.
2924
2908
2909
+
<ul>
2910
+
<li>Percentages are no longer resolved like they are in table layout.
2911
+
<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>.
2912
+
<li>Renamed all the <ahref="#placement">placement properties</a> and <ahref="#grid-definition">grid-defining properties</a>.
2913
+
<li>Added the 'grid-template' shorthand for all the grid-defining properties.
2914
+
<li>Refined <ahref="#abspos-items">definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2915
+
<li>Marked <ahref="#visibility-collapse">grid row/column collapsing</a> as an open issue.
2916
+
<li>Changed the syntax of <ahref="#named-lines">named lines</a> to use parentheses and identifiers rather than strings.
0 commit comments