Skip to content

Commit fb7c091

Browse files
committed
[css-grid] Clear out changes list. It needs some more items, but at least it's not old?
1 parent 8fa7c8f commit fb7c091

2 files changed

Lines changed: 4 additions & 28 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3555,20 +3555,8 @@ Acknowledgements</h2>
35553555
Changes</h2>
35563556

35573557
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>.
35593559

35603560
<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.
35743562
</ul>

css-grid/Overview.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,22 +3527,10 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
35273527
Changes</span><a class=self-link href=#changes></a></h2>
35283528

35293529
<p> The following significant changes were made since the
3530-
<a href=http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/>2 April 2013 Working Draft</a>.
3530+
<a href=http://www.w3.org/TR/2013/WD-css3-grid-layout-20130910/>10 September 2013 Working Draft</a>.
35313531

35323532
<p> <ul>
3533-
<li>Redesigned <a data-link-type=dfn href=#subgrid title=subgrid>subgrid</a> feature.
3534-
<li>Renamed all the <a href=#placement>placement properties</a> and <a href=#grid-definition>grid-defining properties</a>.
3535-
<li>Added the <a class=property data-link-type=propdesc href=#propdef-grid-template title=grid-template>grid-template</a> and <a class=property data-link-type=propdesc href=#propdef-grid title=grid>grid</a> shorthands.
3536-
<li>Changed the syntax of <a href=#named-lines>named lines</a> to use parentheses and identifiers rather than strings.
3537-
<li>Made named grid areas <a href=#implicit-named-lines>imply named grid lines</a>.
3538-
<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>.
3539-
<li>Percentages are no longer resolved like they are in table layout.
3540-
<li>Refined <a href=#abspos-items>definitions of absolutely-positioned elements</a> whose containing block is a grid container.
3541-
<li>Defined the <a href=#static-position>static position</a> of direct children of a <a data-link-type=dfn href=#grid-container title="grid container">grid container</a>.
3542-
<li>Added an option for dense packing to <a class=property data-link-type=propdesc href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow</a>.
3543-
<li>Proposed <a class=property data-link-type=propdesc href=#propdef-grid-auto-position title=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 <a class=css data-link-type=propdesc href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow: none</a>.)
3544-
<li>Rewrote and fixed errors in the <a href=#auto-placement-algo>auto-placement algorithm</a>.
3545-
<li>Marked <a href=#visibility-collapse>grid row/column collapsing</a> as an open issue.
3533+
<li>Rewrote grid layout algorithm. This should be mostly editorial.
35463534
</ul>
35473535

35483536
<h2 class="no-ref no-num heading settled heading" id=conformance><span class=content>

0 commit comments

Comments
 (0)