forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues-wd-20160519.html
320 lines (313 loc) · 24.5 KB
/
issues-wd-20160519.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Level 1 Disposition of Comments for 2016-05-19 WD</title>
<style type="text/css">
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
pre > span { display: block; white-space: pre; }
.a { background: #52E052 }
.d { background: #8CCBF2 }
.oi { background: #E0CB52 }
.r { background: orange }
.fo { background: #f66 }
pre.a { background: #E9FBE9 }
pre.d { background: #DEF }
pre.oi { background: #FCFAEE }
pre.r { background: #FFEECC }
pre.fo { background: #FBE9E9 }
.open { border: solid red; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
a[href^=mid], a[href~=flatten] { text-decoration: none; }
abbr { font-weight: bold; }
</style>
<h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-05-19 WD</h1>
<p>Dated Draft: <a href="https://www.w3.org/TR/2016/WD-css-grid-1-20160519/">https://www.w3.org/TR/2016/WD-css-grid-1-20160519/</a>
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-grid-1/">http://drafts.csswg.org/css-grid-1/</a>
<p>The following color coding convention is used for comments:</p>
<ul>
<li class="a">Accepted or Rejected and positive response
<li class="r">Rejected and no response
<li class="fo">Rejected and negative response
<li class="d">Deferred
<li class="oi">Out-of-Scope or Invalid and not verified
</ul>
<p class=open>Open issues are marked like this</p>
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
<code>Verified</code> indicates commentor's acceptance of the response.</p>
<pre class=' a' id='issue-1'>
<span>Issue 1. <a href='#issue-1'>#</a></span>
<span>Summary: <line-names> invalid before repeat()</span>
<span>From: Manuel Rego Casasnovas</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0189.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0189.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016May/0189.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0192.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0192.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016May/0192.html"><abbr title="Thread">∈</abbr></a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/a99892b17d43'>https://hg.csswg.org/drafts/rev/a99892b17d43</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span>
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-archive/2016Aug/0003.html'>https://lists.w3.org/Archives/Public/www-archive/2016Aug/0003.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-archive/2016Aug/0003.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: What does a percentage mean inside fit-content()?</span>
<span>From: Sergio Villar Senin</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0161.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0161.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016May/0161.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0203.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0203.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016May/0203.html"><abbr title="Thread">∈</abbr></a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/0f620563bcd9'>https://hg.csswg.org/drafts/rev/0f620563bcd9</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: via private mail</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-3'>
<span>Issue 3. <a href='#issue-3'>#</a></span>
<span>Summary: Validity of repeat() syntax inside 'grid-template' shorthand</span>
<span>From: Manuel Rego Casasnovas</span>
<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> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016May/0191.html"><abbr title="Thread">∈</abbr></a></span>
<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> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016May/0193.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted</span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/8688b9851b5f54e726ddacdfddd001f81be74b39'>https://github.com/w3c/csswg-drafts/commit/8688b9851b5f54e726ddacdfddd001f81be74b39</a></span>
<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> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016May/0231.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-archive/2016Aug/0003.html'>https://lists.w3.org/Archives/Public/www-archive/2016Aug/0003.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-archive/2016Aug/0003.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-4'>
<span>Issue 4. <a href='#issue-4'>#</a></span>
<span>Summary: Clarifications to grid baselines</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/134'>https://github.com/w3c/csswg-drafts/issues/134</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/52f9142b96cd'>https://hg.csswg.org/drafts/rev/52f9142b96cd</a></span>
<span class="a">Closed: Accepted (to css-align)</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: Fill out Percentage line in propdef table</span>
<span>From: teoli2003</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/175'>https://github.com/w3c/csswg-drafts/issues/175</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: Figure numbering is broken</span>
<span>From: Samuel Snopko</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/177'>https://github.com/w3c/csswg-drafts/issues/177</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: Editorial tweaks to baselines section</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/196'>https://github.com/w3c/csswg-drafts/issues/196</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-8'>
<span>Issue 8. <a href='#issue-8'>#</a></span>
<span>Summary: Grid line name vs collapsed tracks</span>
<span>From: Sergio Villar Senin</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/172'>https://github.com/w3c/csswg-drafts/issues/172</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jun/0180.html'>https://lists.w3.org/Archives/Public/www-style/2016Jun/0180.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Jun/0180.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/172#issuecomment-241371188'>https://github.com/w3c/csswg-drafts/issues/172#issuecomment-241371188</a></span></pre>
<pre class=' a' id='issue-9'>
<span>Issue 9. <a href='#issue-9'>#</a></span>
<span>Summary: Clarify that gutters are included in intrinsic sizes</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/246'>https://github.com/w3c/csswg-drafts/issues/246</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/2b23c96ec410'>https://hg.csswg.org/drafts/rev/2b23c96ec410</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-10'>
<span>Issue 10. <a href='#issue-10'>#</a></span>
<span>Summary: Clarify "all other properties" in grid shorthand definition</span>
<span>From: Daniel Holbert</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/249'>https://github.com/w3c/csswg-drafts/issues/249</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/1e4fee2f3a10'>https://hg.csswg.org/drafts/rev/1e4fee2f3a10</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-11'>
<span>Issue 11. <a href='#issue-11'>#</a></span>
<span>Summary: Editorial fixes from workshop feedback</span>
<span>From: Jonathan Kingston</span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/6dec070aaa22'>https://hg.csswg.org/drafts/rev/6dec070aaa22</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-12'>
<span>Issue 12. <a href='#issue-12'>#</a></span>
<span>Summary: Add example for fixed-size spanner + alignment space distribution</span>
<span>From: Rachel Andrew</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/215'>https://github.com/w3c/csswg-drafts/issues/215</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/cbc66afa94f8'>https://hg.csswg.org/drafts/rev/cbc66afa94f8</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-13'>
<span>Issue 13. <a href='#issue-13'>#</a></span>
<span>Summary: Clamping for fit-content() is incorrect</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/209'>https://github.com/w3c/csswg-drafts/issues/209</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/0f620563bcd9'>https://hg.csswg.org/drafts/rev/0f620563bcd9</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jul/0048.html'>https://lists.w3.org/Archives/Public/www-style/2016Jul/0048.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Jul/0048.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' r' id='issue-14'>
<span>Issue 14. <a href='#issue-14'>#</a></span>
<span>Summary: Application of block-axis baselines</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/197'>https://github.com/w3c/csswg-drafts/issues/197</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/161'>https://github.com/w3c/csswg-drafts/issues/161</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/197#issuecomment-233786649'>https://github.com/w3c/csswg-drafts/issues/197#issuecomment-233786649</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/5b14626db284'>https://hg.csswg.org/drafts/rev/5b14626db284</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/197#issuecomment-239996012'>https://github.com/w3c/csswg-drafts/issues/197#issuecomment-239996012</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/197#issuecomment-244574829'>https://github.com/w3c/csswg-drafts/issues/197#issuecomment-244574829</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/197#issuecomment-248331296'>https://github.com/w3c/csswg-drafts/issues/197#issuecomment-248331296</a></span>
<span>Revert: <a href='https://hg.csswg.org/drafts/rev/32677529731f'>https://hg.csswg.org/drafts/rev/32677529731f</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: TPAC 2016</span></pre>
<pre class=' a' id='issue-15'>
<span>Issue 15. <a href='#issue-15'>#</a></span>
<span>Summary: Issues with Implied Minimum Size of Grid Items</span>
<span>From: Manuel Rego Casasnovas</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/283'>https://github.com/w3c/csswg-drafts/issues/283</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor discretion / WG approval Telcon 2016-07-20</span>
<span>Verified:</span></pre>
<pre class=' d' id='issue-16'>
<span>Issue 16. <a href='#issue-16'>#</a></span>
<span>Summary: Allow grid-positioning of indirect children</span>
<span>From: Goetz Heller</span>
<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>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/313'>https://github.com/w3c/csswg-drafts/issues/313</a></span>
<span class="d">Closed: Deferred</span>
<span>Resolved: Editor discretion per previous WG scoping discussions</span></pre>
<pre class=' a' id='issue-17'>
<span>Issue 17. <a href='#issue-17'>#</a></span>
<span>Summary: Stretching Fixed-size Tracks</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/320'>https://github.com/w3c/csswg-drafts/issues/320</a></span>
<span class="a">Closed: Retracted</span>
<span class="a">Verified: reporter is spec editor</span></pre>
<pre class=' a' id='issue-18'>
<span>Issue 18. <a href='#issue-18'>#</a></span>
<span>Summary: Drop comma in repeat()?</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/334'>https://github.com/w3c/csswg-drafts/issues/334</a></span>
<span class="a">Closed: Retracted</span>
<span class="a">Verified: reporter is spec editor</span></pre>
<pre class=' r' id='issue-19'>
<span>Issue 19. <a href='#issue-19'>#</a></span>
<span>Summary: Rename -gap to -gutter</span>
<span>From: Iain</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/353'>https://github.com/w3c/csswg-drafts/issues/353</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html'>https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Sep/0028.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-20'>
<span>Issue 20. <a href='#issue-20'>#</a></span>
<span>Summary: Drop/clarify <percentage> gutters</span>
<span>From: Sergio Villar Senin</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/345'>https://github.com/w3c/csswg-drafts/issues/345</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/345#issuecomment-237987542'>https://github.com/w3c/csswg-drafts/issues/345#issuecomment-237987542</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/22f858a45048'>https://hg.csswg.org/drafts/rev/22f858a45048</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html'>https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Sep/0028.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-21'>
<span>Issue 21. <a href='#issue-21'>#</a></span>
<span>Summary: Auto-sizing of items underdefined</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/394'>https://github.com/w3c/csswg-drafts/issues/394</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/394#issuecomment-239996943'>https://github.com/w3c/csswg-drafts/issues/394#issuecomment-239996943</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/2f634f512505'>https://hg.csswg.org/drafts/rev/2f634f512505</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Aug/0053.html'>https://lists.w3.org/Archives/Public/www-style/2016Aug/0053.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Aug/0053.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: reporter is editor</span></pre>
<pre class=' a' id='issue-22'>
<span>Issue 22. <a href='#issue-22'>#</a></span>
<span>Summary: Baseline fallback inconsistent with inline/table synthesis</span>
<span>From: François Remy</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/373'>https://github.com/w3c/csswg-drafts/issues/373</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/373#issuecomment-242863486'>https://github.com/w3c/csswg-drafts/issues/373#issuecomment-242863486</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/9bf5850a402d'>https://hg.csswg.org/drafts/rev/9bf5850a402d</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Sep/0000.html'>https://lists.w3.org/Archives/Public/www-style/2016Sep/0000.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Sep/0000.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: via CSSWG telecon</span></pre>
<pre class=' a' id='issue-23'>
<span>Issue 23. <a href='#issue-23'>#</a></span>
<span>Summary: Broken link to participation in baseline alignment</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/425'>https://github.com/w3c/csswg-drafts/issues/425</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-244829207'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-244829207</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-24'>
<span>Issue 24. <a href='#issue-24'>#</a></span>
<span>Summary: Change 'auto-flow' in 'grid' shorthand to 'row/column'</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/438'>https://github.com/w3c/csswg-drafts/issues/438</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/438#issuecomment-244473832'>https://github.com/w3c/csswg-drafts/issues/438#issuecomment-244473832</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html'>https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Sep/0028.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/438#issuecomment-246590484'>https://github.com/w3c/csswg-drafts/issues/438#issuecomment-246590484</a></span></pre>
<pre class=' a' id='issue-25'>
<span>Issue 25. <a href='#issue-25'>#</a></span>
<span>Summary: Is 'span' excluded from line-names?</span>
<span>From: Tomek Wytrębowicz</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/494'>https://github.com/w3c/csswg-drafts/issues/494</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/494#issuecomment-248465154'>https://github.com/w3c/csswg-drafts/issues/494#issuecomment-248465154</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/9c1ca157adec'>https://hg.csswg.org/drafts/rev/9c1ca157adec</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' ' id='issue-26'>
<span>Issue 26. <a href='#issue-26'>#</a></span>
<span>Summary: Back-compute percentage gaps</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/472'>https://github.com/w3c/csswg-drafts/issues/472</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/472#issuecomment-248655700'>https://github.com/w3c/csswg-drafts/issues/472#issuecomment-248655700</a></span>
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/d55bbbd4cee5'>https://hg.csswg.org/drafts/rev/d55bbbd4cee5</a></span>
<span class="">Closed: Indeterminate (made undefined)</span>
<span>Resolved: TPAC 2016</span></pre>
<pre class=' a' id='issue-27'>
<span>Issue 27. <a href='#issue-27'>#</a></span>
<span>Summary: Handle gutters in definition of free space</span>
<span>From: Sergio Villar</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/369'>https://github.com/w3c/csswg-drafts/issues/369</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/0f7f1b7400de4d2d271493e84402988ae58e172d'>https://github.com/w3c/csswg-drafts/commit/0f7f1b7400de4d2d271493e84402988ae58e172d</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-28'>
<span>Issue 28. <a href='#issue-28'>#</a></span>
<span>Summary: Baselines of empty grid containers</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/439'>https://github.com/w3c/csswg-drafts/issues/439</a></span>
<span>Changes: in css-align-3</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html'>https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Sep/0028.html"><abbr title="Thread">∈</abbr></a></span>
<span>---</span>
<span>Issue 29.</span>
<span>Summary: Clarify handling of auto minimums in grid sizing algo</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/500'>https://github.com/w3c/csswg-drafts/issues/500</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/500#issuecomment-248288840'>https://github.com/w3c/csswg-drafts/issues/500#issuecomment-248288840</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/500#issuecomment-248356882'>https://github.com/w3c/csswg-drafts/issues/500#issuecomment-248356882</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/500#issuecomment-248477090'>https://github.com/w3c/csswg-drafts/issues/500#issuecomment-248477090</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/500#issuecomment-249441011'>https://github.com/w3c/csswg-drafts/issues/500#issuecomment-249441011</a></span></pre>
<script>
(function () {
var sheet = document.styleSheets[0];
function addCheckbox(className) {
var element = document.querySelector('*.' + className);
var span = document.createElement('span');
span.innerHTML = element.innerHTML;
element.innerHTML = null;
var check = document.createElement('input');
check.type = 'checkbox';
if (className == 'open') {
check.checked = false;
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'none' : 'block';
}
}
else {
check.checked = true;
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'block' : 'none';
}
}
var rule = sheet.cssRules[sheet.cssRules.length - 1];
element.appendChild(check);
element.appendChild(span);
}
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
}());
</script>