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
Copy file name to clipboardExpand all lines: css-grid/Overview.bs
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -3555,20 +3555,8 @@ Acknowledgements</h2>
3555
3555
Changes</h2>
3556
3556
3557
3557
The following significant changes were made since the
3558
-
<a href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">2 April 2013 Working Draft</a>.
3558
+
<a href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130910/">10 September 2013 Working Draft</a>.
3559
3559
3560
3560
<ul>
3561
-
<li>Redesigned <a>subgrid</a> feature.
3562
-
<li>Renamed all the <a href="#placement">placement properties</a> and <a href="#grid-definition">grid-defining properties</a>.
3563
-
<li>Added the 'grid-template' and 'grid' shorthands.
3564
-
<li>Changed the syntax of <a href="#named-lines">named lines</a> to use parentheses and identifiers rather than strings.
3565
-
<li>Made named grid areas <a href="#implicit-named-lines">imply named grid lines</a>.
3566
-
<li><a href="#auto-margins">Margin alignment</a> now matches <a href="http://www.w3.org/TR/css3-flexbox">Flexbox</a> and <a href="http://www.w3.org/TR/css3-align">Box Alignment</a>.
3567
-
<li>Percentages are no longer resolved like they are in table layout.
3568
-
<li>Refined <a href="#abspos-items">definitions of absolutely-positioned elements</a> whose containing block is a grid container.
3569
-
<li>Defined the <a href="#static-position">static position</a> of direct children of a <i>grid container</i>.
3570
-
<li>Added an option for dense packing to 'grid-auto-flow'.
3571
-
<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''.)
3572
-
<li>Rewrote and fixed errors in the <a href="#auto-placement-algo">auto-placement algorithm</a>.
3573
-
<li>Marked <a href="#visibility-collapse">grid row/column collapsing</a> as an open issue.
3561
+
<li>Rewrote grid layout algorithm. This should be mostly editorial.
<li>Renamed all the <ahref=#placement>placement properties</a> and <ahref=#grid-definition>grid-defining properties</a>.
3535
-
<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.
3536
-
<li>Changed the syntax of <ahref=#named-lines>named lines</a> to use parentheses and identifiers rather than strings.
3537
-
<li>Made named grid areas <ahref=#implicit-named-lines>imply named grid lines</a>.
3538
-
<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>.
3539
-
<li>Percentages are no longer resolved like they are in table layout.
3540
-
<li>Refined <ahref=#abspos-items>definitions of absolutely-positioned elements</a> whose containing block is a grid container.
3541
-
<li>Defined the <ahref=#static-position>static position</a> of direct children of a <adata-link-type=dfnhref=#grid-containertitle="grid container">grid container</a>.
3542
-
<li>Added an option for dense packing to <aclass=propertydata-link-type=propdeschref=#propdef-grid-auto-flowtitle=grid-auto-flow>grid-auto-flow</a>.
3543
-
<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=propdeschref=#propdef-grid-auto-flowtitle=grid-auto-flow>grid-auto-flow: none</a>.)
3544
-
<li>Rewrote and fixed errors in the <ahref=#auto-placement-algo>auto-placement algorithm</a>.
3545
-
<li>Marked <ahref=#visibility-collapse>grid row/column collapsing</a> as an open issue.
3533
+
<li>Rewrote grid layout algorithm. This should be mostly editorial.
0 commit comments