Skip to content

Commit 84b1746

Browse files
committed
[css-grid] Update Changes and DoC
1 parent 0c16683 commit 84b1746

3 files changed

Lines changed: 19 additions & 10 deletions

File tree

css-grid/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4256,15 +4256,22 @@ Acknowledgements</h2>
42564256
Changes</h2>
42574257

42584258
<ul>
4259-
<li>Disallowed ''repeat()'' syntax in 'grid-template' shorthand syntax (since this is somewhat incompatible with the ASCII-art design of the syntax, and was never intended to be allowed).
4259+
<li>Disallowed ''repeat()'' syntax in 'grid-template' shorthand syntax--
4260+
since this is somewhat incompatible with the ASCII-art design of the syntax, and was never intended to be allowed.
4261+
(<a href="https://drafts.csswg.org/css-grid-1/issues-wd-20160519#issue-3">Issue 3</a>)
42604262
<li>Clamped <a>automatic minimum size</a> of grid items inside tracks with <a>fixed sizing functions</a>.
4263+
(<a href="https://drafts.csswg.org/css-grid-1/issues-wd-20160519#issue-15">Issue 15</a>)
42614264
<li>Fixed handling of ''fit-content()'' in the track sizing algorithm.
4265+
(<a href="https://drafts.csswg.org/css-grid-1/issues-wd-20160519#issue-13">Issue 13</a>)
42624266
<li>Made the handling of <a>collapsed tracks</a> more explicit.
4267+
(<a href="https://drafts.csswg.org/css-grid-1/issues-wd-20160519#issue-8">Issue 8</a>)
42634268
<li>Fixed grammar error in definition of <<auto-track-list>>.
4269+
(<a href="https://drafts.csswg.org/css-grid-1/issues-wd-20160519#issue-1">Issue 1</a>)
42644270
<li>Fixed some tangled up text about how subgrids receive line names from their parent grid.
42654271
<li>Miscellaneous minor clarifications.
42664272
</ul>
42674273

4274+
A <a href="https://drafts.csswg.org/css-grid-1/issues-wd-20160519">Disposition of Comments</a> is available.
42684275
See also <a href="https://www.w3.org/TR/2016/WD-css-grid-1-20160519/#changes">previous changes</a>.
42694276

42704277
Privacy and Security Considerations {#priv-sec}

css-grid/issues-wd-20160519.bsi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Summary: Validity of repeat() syntax inside 'grid-template' shorthand
2626
From: Manuel Rego Casasnovas
2727
Comment: https://lists.w3.org/Archives/Public/www-style/2016May/0191.html
2828
Response: https://lists.w3.org/Archives/Public/www-style/2016May/0193.html
29+
Closed: Accepted
2930
Changes: https://github.com/w3c/csswg-drafts/commit/8688b9851b5f54e726ddacdfddd001f81be74b39
3031
Resolved: https://lists.w3.org/Archives/Public/www-style/2016May/0231.html
3132
----
@@ -111,10 +112,10 @@ Comment: https://github.com/w3c/csswg-drafts/issues/197
111112
Open
112113
----
113114
Issue 15.
114-
Summary: Clarifications to Implied Minimum Size of Grid Items
115+
Summary: Issues with Implied Minimum Size of Grid Items
115116
From: Manuel Rego Casasnovas
116117
Comment: https://github.com/w3c/csswg-drafts/issues/283
117-
Closed: Accepted
118+
Open: Accepted
118119
Resolved: =WG= Discuss.
119120
----
120121
Issue 16. Allow grid-positioning of indirect children
@@ -126,5 +127,5 @@ Closed: Deferred
126127
Issue 17. Stretching Fixed-size Tracks
127128
From: fantasai
128129
Comment: https://github.com/w3c/csswg-drafts/issues/320
129-
open
130+
Open
130131
----

css-grid/issues-wd-20160519.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-05-19 WD</h1>
5353
<span class="a">Closed: Accepted</span>
5454
<span>Verified:</span>
5555
<span>Resolved: Editor's discretion</span></pre>
56-
<pre class=' ' id='issue-3'>
56+
<pre class=' a' id='issue-3'>
5757
<span>Issue 3. <a href='#issue-3'>#</a></span>
5858
<span>Summary: Validity of repeat() syntax inside 'grid-template' shorthand</span>
5959
<span>From: Manuel Rego Casasnovas</span>
6060
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0191.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0191.html</a></span>
6161
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0193.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0193.html</a></span>
62+
<span class="a">Closed: Accepted</span>
6263
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/8688b9851b5f54e726ddacdfddd001f81be74b39'>https://github.com/w3c/csswg-drafts/commit/8688b9851b5f54e726ddacdfddd001f81be74b39</a></span>
6364
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0231.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0231.html</a></span></pre>
6465
<pre class=' a' id='issue-4'>
@@ -142,24 +143,24 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-05-19 WD</h1>
142143
<span>From: Mats Palmgren</span>
143144
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/197'>https://github.com/w3c/csswg-drafts/issues/197</a></span>
144145
<span>Open</span></pre>
145-
<pre class=' a' id='issue-15'>
146+
<pre class='open a' id='issue-15'>
146147
<span>Issue 15. <a href='#issue-15'>#</a></span>
147-
<span>Summary: Clarifications to Implied Minimum Size of Grid Items</span>
148+
<span>Summary: Issues with Implied Minimum Size of Grid Items</span>
148149
<span>From: Manuel Rego Casasnovas</span>
149150
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/283'>https://github.com/w3c/csswg-drafts/issues/283</a></span>
150-
<span class="a">Closed: Accepted</span>
151+
<span class="a">Open: Accepted</span>
151152
<span>Resolved: =WG= Discuss.</span></pre>
152153
<pre class=' d' id='issue-16'>
153154
<span>Issue 16. <a href='#issue-16'>#</a> Allow grid-positioning of indirect children</span>
154155
<span>From: Goetz Heller</span>
155156
<span>Comment: <a href='https://www.w3.org/blog/CSS/2015/08/10/css-grid-pls-review/comment-page-1/#comment-13462'>https://www.w3.org/blog/CSS/2015/08/10/css-grid-pls-review/comment-page-1/#comment-13462</a></span>
156157
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/313'>https://github.com/w3c/csswg-drafts/issues/313</a></span>
157158
<span class="d">Closed: Deferred</span></pre>
158-
<pre class=' ' id='issue-17'>
159+
<pre class='open ' id='issue-17'>
159160
<span>Issue 17. <a href='#issue-17'>#</a> Stretching Fixed-size Tracks</span>
160161
<span>From: fantasai</span>
161162
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/320'>https://github.com/w3c/csswg-drafts/issues/320</a></span>
162-
<span>open</span></pre>
163+
<span>Open</span></pre>
163164
<script>
164165
(function () {
165166
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)