Skip to content

Commit 3a63e77

Browse files
committed
[css-grid] Added Changes section for changes since last WD.
1 parent fa783f6 commit 3a63e77

2 files changed

Lines changed: 53 additions & 47 deletions

File tree

css-grid/Overview.html

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft, 7 August 2013</h2>
8080

8181
<dt>Previous version
8282

83+
<dd><a
84+
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/</a>
85+
8386
<dd><a
8487
href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/">http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a>
8588

@@ -376,6 +379,8 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
376379
<li class=no-num><a href="#index"> Index</a>
377380

378381
<li class=no-num><a href="#property-index"> Property index</a>
382+
383+
<li class=no-num><a href="#changes"> Changes</a>
379384
</ul>
380385
<!--end-toc-->
381386

@@ -1871,7 +1876,7 @@ <h3 id=grid-template-property><span class=secno>5.3. </span> The ‘<a
18711876
</ul>
18721877

18731878
<p> This syntax allows the author to align track names and sizes inline
1874-
within the grid area syntax.
1879+
with their respective grid areas.
18751880

18761881
<div class=example>
18771882
<pre>
@@ -4364,25 +4369,33 @@ <h2 class=no-num id=property-index> Property index</h2>
43644369
<td>visual
43654370
</table>
43664371
<!--end-properties-->
4367-
</html>
4368-
<!-- Keep this comment at the end of the file
4369-
Local variables:
4370-
mode: sgml
4371-
sgml-declaration:"~/SGML/HTML4.decl"
4372-
sgml-default-doctype-name:"html"
4373-
sgml-minimize-attributes:t
4374-
sgml-nofill-elements:("pre" "style" "br")
4375-
sgml-live-element-indicator:t
4376-
sgml-omittag:nil
4377-
sgml-shorttag:nil
4378-
sgml-namecase-general:t
4379-
sgml-general-insert-case:lower
4380-
sgml-always-quote-attributes:t
4381-
sgml-indent-step:nil
4382-
sgml-indent-data:t
4383-
sgml-parent-document:nil
4384-
sgml-exposed-tags:nil
4385-
sgml-local-catalogs:nil
4386-
sgml-local-ecat-files:nil
4387-
End:
4388-
-->
4372+
4373+
<h2 class=no-num id=changes> Changes</h2>
4374+
4375+
<p> The following significant changes were made since the <a
4376+
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">2 April
4377+
2013 Working Draft</a>.
4378+
4379+
<ul>
4380+
<li>Percentages are no longer resolved like they are in table layout.
4381+
4382+
<li><a href="#auto-margins">Margin alignment</a> now matches <a
4383+
href="http://www.w3.org/TR/css3-flexbox">Flexbox</a> and <a
4384+
href="http://www.w3.org/TR/css3-align">Box Alignment</a>.
4385+
4386+
<li>Renamed all the <a href="#placement">placement properties</a> and <a
4387+
href="#grid-definition">grid-defining properties</a>.
4388+
4389+
<li>Added the ‘<a href="#grid-template"><code
4390+
class=property>grid-template</code></a>’ shorthand for all the
4391+
grid-defining properties.
4392+
4393+
<li>Refined <a href="#abspos-items">definitions of absolutely-positioned
4394+
elements</a> whose containing block is a grid container.
4395+
4396+
<li>Marked <a href="#visibility-collapse">grid row/column collapsing</a>
4397+
as an open issue.
4398+
4399+
<li>Changed the syntax of <a href="#named-lines">named lines</a> to use
4400+
parentheses and identifiers rather than strings.
4401+
</ul>

css-grid/Overview.src.html

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h2 class="no-num no-toc">[LONGSTATUS], [DATE]</h2>
5555
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
5656

5757
<dt>Previous version
58+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/</a>
5859
<dd><a href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/">http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a>
5960

6061
<dt>Issues List:
@@ -1419,7 +1420,7 @@ <h3 id='grid-template-property'>
14191420
</ul>
14201421

14211422
<p>
1422-
This syntax allows the author to align track names and sizes inline within the grid area syntax.
1423+
This syntax allows the author to align track names and sizes inline with their respective grid areas.
14231424

14241425
<div class='example'>
14251426
<pre>
@@ -2898,27 +2899,19 @@ <h2 class="no-num" id="property-index">
28982899
Property index</h2>
28992900
<!-- properties -->
29002901

2901-
</body>
2902-
</html>
2903-
<!-- Keep this comment at the end of the file
2904-
Local variables:
2905-
mode: sgml
2906-
sgml-declaration:"~/SGML/HTML4.decl"
2907-
sgml-default-doctype-name:"html"
2908-
sgml-minimize-attributes:t
2909-
sgml-nofill-elements:("pre" "style" "br")
2910-
sgml-live-element-indicator:t
2911-
sgml-omittag:nil
2912-
sgml-shorttag:nil
2913-
sgml-namecase-general:t
2914-
sgml-general-insert-case:lower
2915-
sgml-always-quote-attributes:t
2916-
sgml-indent-step:nil
2917-
sgml-indent-data:t
2918-
sgml-parent-document:nil
2919-
sgml-exposed-tags:nil
2920-
sgml-local-catalogs:nil
2921-
sgml-local-ecat-files:nil
2922-
End:
2923-
-->
2902+
<h2 class="no-num" id="changes">
2903+
Changes</h2>
2904+
2905+
<p>
2906+
The following significant changes were made since the
2907+
<a href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/">2 April 2013 Working Draft</a>.
29242908

2909+
<ul>
2910+
<li>Percentages are no longer resolved like they are in table layout.
2911+
<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>.
2912+
<li>Renamed all the <a href="#placement">placement properties</a> and <a href="#grid-definition">grid-defining properties</a>.
2913+
<li>Added the 'grid-template' shorthand for all the grid-defining properties.
2914+
<li>Refined <a href="#abspos-items">definitions of absolutely-positioned elements</a> whose containing block is a grid container.
2915+
<li>Marked <a href="#visibility-collapse">grid row/column collapsing</a> as an open issue.
2916+
<li>Changed the syntax of <a href="#named-lines">named lines</a> to use parentheses and identifiers rather than strings.
2917+
</ul>

0 commit comments

Comments
 (0)