Skip to content

Commit 1ab808f

Browse files
committed
[css-grid] Update Changes list
1 parent 069202b commit 1ab808f

2 files changed

Lines changed: 18 additions & 10 deletions

File tree

css-grid/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Former editor: Alex Mogilevsky, Microsoft Corporation, alexmog@microsoft.com
1616
Former editor: Phil Cupp, Microsoft Corporation, pcupp@microsoft.com
1717
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=Grid+Layout&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">In Bugzilla</a>
1818
Abstract: This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a flexible or fixed predefined layout grid.
19-
Ignored Terms: containing block, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end, flex factor, flex factors, block formatting context
19+
Ignored Terms: containing block, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end, flex factor, flex factors, block formatting context, grid-auto-position
2020
Link Defaults: css21 (property) margin, css-align-3 (dfn) alignment container/alignment subject
2121
At Risk: the ''grid-template-rows/subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually
2222
</pre>
@@ -2910,6 +2910,10 @@ Changes</h2>
29102910

29112911
<ul>
29122912
<li>Rewrote grid layout algorithm. This should be mostly editorial.
2913+
<li>Removed 'grid-auto-position' and ''grid-auto-flow: none'', added ''grid-auto-flow: stack''.
2914+
<li>Depluralized ''grid-auto-flow: rows | columns'' to match 'flex-flow'.
2915+
<li>Tightened up parsing of template syntax.
2916+
<li>Various property grammar fixes, computed value fixes, and general clarifications.
29132917
</ul>
29142918

29152919
<h2 class="no-num" id="translated-algo">

css-grid/Overview.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</p>
9090
<h1 class="p-name no-ref" id=title>CSS Grid Layout Module Level 1</h1>
9191
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
92-
<span class=dt-updated><span class=value-title title=20140520>20 May 2014</span></span></span></h2>
92+
<span class=dt-updated><span class=value-title title=20140611>11 June 2014</span></span></span></h2>
9393
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-grid-1/>http://www.w3.org/TR/css-grid-1/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/ rel=previous>http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/ rel=previous>http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a>
9494
<dt>Feedback:</dt>
9595
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-grid%5D%20feedback">www-style@w3.org</a>
@@ -546,9 +546,9 @@ <h2 class="heading settled heading" data-level=2 id=grid-concepts><span class=se
546546
that divides the <a data-link-type=dfn href=#grid-container title="grid container">grid container</a>’s space into <a data-link-type=dfn href=#grid-area title="grid areas">grid areas</a>,
547547
into which <a data-link-type=dfn href=#grid-item title="grid items">grid items</a> (representing the <a data-link-type=dfn href=#grid-container title="grid container">grid container</a>’s content) can be placed.
548548
There are two sets of <a data-link-type=dfn href=#grid-line title="grid lines">grid lines</a>:
549-
one set defining <dfn data-dfn-type=dfn data-export="" id=grid-column title="grid column | column">columns<a class=self-link href=#grid-column></a></dfn>
549+
one set defining <dfn data-dfn-type=dfn data-export="" id=grid-column- title="grid column | column">columns<a class=self-link href=#grid-column-></a></dfn>
550550
that run along the <a href=http://www.w3.org/TR/css3-writing-modes/#block-axis->block axis</a> (the <dfn data-dfn-type=dfn data-export="" id=column-axis>column axis<a class=self-link href=#column-axis></a></dfn>),
551-
and an orthogonal set defining <dfn data-dfn-type=dfn data-export="" id=grid-row title="grid row | row">rows<a class=self-link href=#grid-row></a></dfn>
551+
and an orthogonal set defining <dfn data-dfn-type=dfn data-export="" id=grid-row- title="grid row | row">rows<a class=self-link href=#grid-row-></a></dfn>
552552
along the <a href=http://www.w3.org/TR/css3-writing-modes/#inline-axis->inline axis</a> (the <dfn data-dfn-type=dfn data-export="" id=row-axis>row axis<a class=self-link href=#row-axis></a></dfn>).
553553
<a data-biblio-type=normative data-link-type=biblio href=#css3-writing-modes title=css3-writing-modes>[CSS3-WRITING-MODES]</a></p>
554554

@@ -562,7 +562,7 @@ <h2 class="heading settled heading" data-level=2 id=grid-concepts><span class=se
562562
<h3 class="heading settled heading" data-level=2.1 id=grid-track-concept><span class=secno>2.1 </span><span class=content>
563563
Grid Tracks and Cells</span><a class=self-link href=#grid-track-concept></a></h3>
564564

565-
<p><dfn data-dfn-type=dfn data-export="" id=grid-track>Grid track<a class=self-link href=#grid-track></a></dfn> is a generic term for a <a data-link-type=dfn href=#grid-column title="grid column">grid column</a> or <a data-link-type=dfn href=#grid-row title="grid row">grid row</a>—in
565+
<p><dfn data-dfn-type=dfn data-export="" id=grid-track>Grid track<a class=self-link href=#grid-track></a></dfn> is a generic term for a <a data-link-type=dfn href=#grid-column- title="grid column">grid column</a> or <a data-link-type=dfn href=#grid-row- title="grid row">grid row</a>—in
566566
other words, it is the space between two adjacent <a data-link-type=dfn href=#grid-line title="grid lines">grid lines</a>.
567567
Each <a data-link-type=dfn href=#grid-track title="grid track">grid track</a> is assigned a sizing function,
568568
which controls how wide or tall the column or row may grow,
@@ -2388,7 +2388,7 @@ <h3 class="heading settled heading" data-level=9.1 id=auto-margins><span class=s
23882388
Aligning with <a class=css-code data-link-for=margin data-link-type=value title=auto>auto</a> margins</span><a class=self-link href=#auto-margins></a></h3>
23892389

23902390
<p><em>This section is non-normative.
2391-
The normative definition of how margins affect grid items is in <a data-section="" href=#layout-algorithm>
2391+
The normative definition of how margins affect grid items is in <a data-section="" href=#layout-algorithm>§10
23922392
Track Sizing Algorithm</a>.</em></p>
23932393

23942394
<p>Auto margins on <a data-link-type=dfn href=#grid-item title="grid items">grid items</a> have an effect very similar to auto margins in block flow:</p>
@@ -2945,6 +2945,10 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
29452945

29462946
<ul>
29472947
<li>Rewrote grid layout algorithm. This should be mostly editorial.
2948+
<li>Removed <a class=property data-link-type=propdesc title=grid-auto-position>grid-auto-position</a> and <a class=css data-link-type=propdesc href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow: none</a>, added <a class=css data-link-type=propdesc href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow: stack</a>.
2949+
<li>Depluralized <a class=css data-link-type=propdesc href=#propdef-grid-auto-flow title=grid-auto-flow>grid-auto-flow: rows | columns</a> to match <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-flexbox-1/#propdef-flex-flow title=flex-flow>flex-flow</a>.
2950+
<li>Tightened up parsing of template syntax.
2951+
<li>Various property grammar fixes, computed value fixes, and general clarifications.
29482952
</ul>
29492953

29502954
<h2 class="no-num heading settled heading" id=translated-algo><span class=content>
@@ -3271,7 +3275,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
32713275
<li>auto-placement cursor, <a href=#auto-placement-cursor title="section 6.2.1">6.2.1</a>
32723276
<li>available space, <a href=#available-space title="section 10.1">10.1</a>
32733277
<li>base size, <a href=#base-size title="section 10.2">10.2</a>
3274-
<li>column<ul><li>definition of, <a href=#grid-column title="section 2">2</a>
3278+
<li>column<ul><li>definition of, <a href=#grid-column- title="section 2">2</a>
32753279
<li>value for grid-auto-flow, <a href=#valuedef-column title="section 6.2">6.2</a>
32763280
</ul><li>column axis, <a href=#column-axis title="section 2">2</a>
32773281
<li>&lt;custom-ident&gt;, <a href=#grid-placement-slot title="section 8.2">8.2</a>
@@ -3303,7 +3307,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
33033307
<li>grid-auto-flow, <a href=#propdef-grid-auto-flow title="section 6.2">6.2</a>
33043308
<li>grid-auto-rows, <a href=#propdef-grid-auto-rows title="section 6.1">6.1</a>
33053309
<li>grid cell, <a href=#grid-cell title="section 2.1">2.1</a>
3306-
<li>grid column, <a href=#grid-column title="section 2">2</a>
3310+
<li>grid column, <a href=#grid-column- title="section 2">2</a>
33073311
<li>grid-column, <a href=#propdef-grid-column title="section 8.3">8.3</a>
33083312
<li>grid-column-end, <a href=#propdef-grid-column-end title="section 8.2">8.2</a>
33093313
<li>grid column line, <a href=#grid-line title="section 2.2">2.2</a>
@@ -3317,7 +3321,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
33173321
<li>grid placement, <a href=#grid-placement title="section 8">8</a>
33183322
<li>grid-placement property, <a href=#grid-placement-property title="section 8">8</a>
33193323
<li>grid position, <a href=#grid-position title="section 8">8</a>
3320-
<li>grid row, <a href=#grid-row title="section 2">2</a>
3324+
<li>grid row, <a href=#grid-row- title="section 2">2</a>
33213325
<li>grid-row, <a href=#propdef-grid-row title="section 8.3">8.3</a>
33223326
<li>grid-row-end, <a href=#propdef-grid-row-end title="section 8.2">8.2</a>
33233327
<li>grid row line, <a href=#grid-line title="section 2.2">2.2</a>
@@ -3367,7 +3371,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
33673371
<li>&lt;percentage&gt;, <a href=#valuedef-percentage title="section 5.1">5.1</a>
33683372
<li>placement, <a href=#grid-placement title="section 8">8</a>
33693373
<li>repeat(), <a href=#funcdef-repeat title="section 5.1.2">5.1.2</a>
3370-
<li>row<ul><li>definition of, <a href=#grid-row title="section 2">2</a>
3374+
<li>row<ul><li>definition of, <a href=#grid-row- title="section 2">2</a>
33713375
<li>value for grid-auto-flow, <a href=#valuedef-row title="section 6.2">6.2</a>
33723376
</ul><li>row axis, <a href=#row-axis title="section 2">2</a>
33733377
<li>sizing function, <a href=#track-sizing-function title="section 5.1">5.1</a>

0 commit comments

Comments
 (0)