Skip to content

Commit a10d536

Browse files
committed
[css-grid] Update issues list, changes list
1 parent 4e9bcc2 commit a10d536

3 files changed

Lines changed: 92 additions & 69 deletions

File tree

css-grid/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3708,16 +3708,18 @@ Acknowledgements</h2>
37083708
<h2 class="no-num" id="changes">
37093709
Changes</h2>
37103710

3711-
37123711
The following significant changes were made since the
3713-
<a href=http://www.w3.org/TR/2015/WD-css-grid-1-20150317/>17 March 2015 Working Draft</a>.
3712+
<a href=http://www.w3.org/TR/2015/WD-css-grid-1-20150806/>6 August 2015 Working Draft</a>.
37143713

37153714
* Renamed <css>row-gap</css>/<css>column-gap</css> to 'grid-row-gap'/'grid-column-gap'
37163715
to avoid having multicol and grid share 'column-gap'.
37173716
This also preserves <css>grid-</css> as a prefix across these properties and their shorthand.
37183717
* Split ''auto'' into ''auto-fill'' and ''auto-fit'' keywords for ''repeat()'' notation,
37193718
adjusted grammar to guarantee a definite number of repetitions,
37203719
and allowed minimum sizes to increase the number of repetitions past one to fulfill the minimum.
3720+
* Reduced <<auto-repeat>> syntax to accept only a single track size, for simplicity.
3721+
* Added information on the speech and navigation impact of reordering with grid placement or 'order'
3722+
vs. reordering the underlying source.
37213723

37223724
The following significant changes were made since the
37233725
<a href=http://www.w3.org/TR/2015/WD-css-grid-1-20150317/>17 March 2015 Working Draft</a>.

css-grid/issues-wd-20150806.html

Lines changed: 76 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
<meta charset="utf-8">
33
<title>CSS Grid Layout Level 1 Disposition of Comments for 2015-08-06 WD</title>
44
<style type="text/css">
5-
.a { background: lightgreen }
6-
.d { background: lightblue }
7-
.r { background: orange }
8-
.fo { background: red }
9-
.open { border: solid red; padding: 0.2em; }
5+
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
6+
pre > span { display: block; white-space: pre; }
7+
:not(pre).a { background: lightgreen }
8+
:not(pre).d { background: lightblue }
9+
:not(pre).oi { background: yellow }
10+
:not(pre).r { background: orange }
11+
:not(pre).fo { background: red }
12+
.open { border: solid red; }
1013
:target { box-shadow: 0.25em 0.25em 0.25em; }
1114
</style>
1215

@@ -31,67 +34,74 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2015-08-06 WD</h1>
3134
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
3235
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
3336
<code>Verified</code> indicates commentor's acceptance of the response.</p>
34-
<pre class='open' id='issue-1'>
35-
Issue 1. <a href='#issue-1'>#</a>
36-
Summary: Allow for centered grids of unknown number of columns
37-
From: François Remy
38-
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html</a>
39-
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html</a>
40-
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0113.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0113.html</a>
41-
Open
42-
Note: Originally Issue 12 in issues-wd-20150108
43-
</pre>
44-
<pre class='open' id='issue-2'>
45-
Issue 2. <a href='#issue-2'>#</a>
46-
Summary: % margins should match block layout
47-
From: Ojan Vafai
48-
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0273.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0273.html</a>
49-
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0314.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0314.html</a>
50-
Open
51-
Note: Originally Issue 15 in issues-wd-20150108
52-
</pre>
53-
<pre class='open' id='issue-3'>
54-
Issue 3. <a href='#issue-3'>#</a>
55-
Summary: Should the width of a column be included in the track size?
56-
From: fantasai
57-
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0064.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0064.html</a>
58-
Open
59-
</pre>
60-
<pre class='open' id='issue-4'>
61-
Issue 4. <a href='#issue-4'>#</a>
62-
Summary: Require author tools to reorder source to match grid unless requested
63-
From: fantasai
64-
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0180.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0180.html</a>
65-
Open
66-
</pre>
67-
<pre class='open' id='issue-5'>
68-
Issue 5. <a href='#issue-5'>#</a>
69-
Summary: Cross-reference track gaps from grid-template-rows/cols
70-
From: Emil Björklund
71-
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0396.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0396.html</a>
72-
Open
73-
Resolved: Editorial
74-
</pre>
75-
<pre class='open' id='issue-6'>
76-
Issue 6. <a href='#issue-6'>#</a>
77-
Summary: Should abspos % margins match grid items or abspos boxes?
78-
From: Mats Palmgren
79-
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0154.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0154.html</a>
80-
Note: See issue 2
81-
Open
82-
</pre>
83-
<pre class='open' id='issue-7'>
84-
Issue 7. <a href='#issue-7'>#</a>
85-
Summary: Sizing of grid containers underspecified?
86-
From: Simon Sapin
87-
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Apr/0386.html'>https://lists.w3.org/Archives/Public/www-style/2014Apr/0386.html</a>
88-
Open
89-
</pre>
90-
<pre class='open' id='issue-8'>
91-
Issue 8. <a href='#issue-8'>#</a>
92-
Summary: Should 'justify-content: stretch' stretch only auto-sized tracks or all tracks?
93-
From: fantasai
94-
Open
37+
<pre class='WD a' id='issue-1'>
38+
<span>Issue 1. <a href='#issue-1'>#</a></span>
39+
<span>Summary: Allow for centered grids of unknown number of columns</span>
40+
<span>From: François Remy</span>
41+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html</a></span>
42+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html</a></span>
43+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0113.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0113.html</a></span>
44+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0129.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0129.html</a></span>
45+
<span class="a">Closed: Accepted</span>
46+
<span>Note: Originally Issue 12 in issues-wd-20150108</span></pre>
47+
<pre class='open a' id='issue-2'>
48+
<span>Issue 2. <a href='#issue-2'>#</a></span>
49+
<span>Summary: % margins should match block layout</span>
50+
<span>From: Ojan Vafai</span>
51+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0273.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0273.html</a></span>
52+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0314.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0314.html</a></span>
53+
<span>Open</span>
54+
<span>Note: Originally Issue 15 in issues-wd-20150108</span>
55+
<span>Note: Also <a href='https://drafts.csswg.org/css-flexbox/issues-lc-20150514#issue-11'>https://drafts.csswg.org/css-flexbox/issues-lc-20150514#issue-11</a></span></pre>
56+
<pre class='open a' id='issue-3'>
57+
<span>Issue 3. <a href='#issue-3'>#</a></span>
58+
<span>Summary: Should the width of a column be included in the track size?</span>
59+
<span>From: fantasai</span>
60+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0064.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0064.html</a></span>
61+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0074.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0074.html</a></span>
62+
<span class="a">Closed: Retracted</span></pre>
63+
<pre class='open a' id='issue-4'>
64+
<span>Issue 4. <a href='#issue-4'>#</a></span>
65+
<span>Summary: Require author tools to reorder source to match grid unless requested</span>
66+
<span>From: fantasai</span>
67+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0180.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0180.html</a></span>
68+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0348.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0348.html</a></span>
69+
<span class="a">Closed: Accepted</span>
70+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0064.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0064.html</a></span></pre>
71+
<pre class='open a' id='issue-5'>
72+
<span>Issue 5. <a href='#issue-5'>#</a></span>
73+
<span>Summary: Cross-reference track gaps from grid-template-rows/cols</span>
74+
<span>From: Emil Björklund</span>
75+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0396.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0396.html</a></span>
76+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0130.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0130.html</a></span>
77+
<span class="a">Closed: Accepted</span>
78+
<span>Resolved: Editorial</span></pre>
79+
<pre class='open a' id='issue-6'>
80+
<span>Issue 6. <a href='#issue-6'>#</a></span>
81+
<span>Summary: Should abspos % margins match grid items or abspos boxes?</span>
82+
<span>From: Mats Palmgren</span>
83+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0154.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0154.html</a></span>
84+
<span>Note: See issue 2</span>
85+
<span>Open</span></pre>
86+
<pre class='open a' id='issue-7'>
87+
<span>Issue 7. <a href='#issue-7'>#</a></span>
88+
<span>Summary: Sizing of grid containers underspecified?</span>
89+
<span>From: Simon Sapin</span>
90+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Apr/0386.html'>https://lists.w3.org/Archives/Public/www-style/2014Apr/0386.html</a></span>
91+
<span>Open</span></pre>
92+
<pre class='open a' id='issue-8'>
93+
<span>Issue 8. <a href='#issue-8'>#</a></span>
94+
<span>Summary: Should 'justify-content: stretch' stretch only auto-sized tracks or all tracks?</span>
95+
<span>From: fantasai</span>
96+
<span class="a">Closed: Retracted</span>
97+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0093.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0093.html</a></span></pre>
98+
<pre class='open a' id='issue-9'>
99+
<span>Issue 9. <a href='#issue-9'>#</a></span>
100+
<span>Summary: Fixes and clarifications to 'stretch'</span>
101+
<span>From: Manuel Rego Casasnovas</span>
102+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0030.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0030.html</a></span>
103+
<span>Open</span></pre>
104+
<pre class='open a' id='issue-9'>
95105
</pre>
96106
<script>
97107
(function () {

css-grid/issues-wd-20150806.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Draft: http://www.w3.org/TR/2015/WD-css-grid-1-20150806/
22
Title: CSS Grid Layout Level 1
33

4+
See also 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
5+
46
----
57
Issue 1.
68
Summary: Allow for centered grids of unknown number of columns
79
From: François Remy
810
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html
911
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html
1012
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0113.html
13+
Response: https://lists.w3.org/Archives/Public/www-style/2015Sep/0129.html
1114
Closed: Accepted
1215
Note: Originally Issue 12 in issues-wd-20150108
1316
----
@@ -39,7 +42,8 @@ Issue 5.
3942
Summary: Cross-reference track gaps from grid-template-rows/cols
4043
From: Emil Björklund
4144
Comment: https://lists.w3.org/Archives/Public/www-style/2015Jul/0396.html
42-
Open
45+
Response: https://lists.w3.org/Archives/Public/www-style/2015Sep/0130.html
46+
Closed: Accepted
4347
Resolved: Editorial
4448
----
4549
Issue 6.
@@ -61,3 +65,10 @@ From: fantasai
6165
Closed: Retracted
6266
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Sep/0093.html
6367
----
68+
Issue 9.
69+
Summary: Fixes and clarifications to 'stretch'
70+
From: Manuel Rego Casasnovas
71+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Sep/0030.html
72+
Open
73+
----
74+

0 commit comments

Comments
 (0)