-
Notifications
You must be signed in to change notification settings - Fork 707
/
Copy pathissues-cr-2016.html
690 lines (683 loc) · 60.3 KB
/
issues-cr-2016.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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Level 1 Disposition of Comments for 2016-09-29 CR</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-09-29 CR</h1>
<p>Dated Draft: <a href="https://www.w3.org/TR/2016/CR-css-grid-1-20160929/">https://www.w3.org/TR/2016/CR-css-grid-1-20160929/</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=' r' id='issue-1'>
<span>Issue 1. <a href='#issue-1'>#</a></span>
<span>Summary: Max should override min in minmax()</span>
<span>From: Ollie Williams</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0076.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0076.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Oct/0076.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0021.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0021.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0021.html"><abbr title="Thread">∈</abbr></a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html'>https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Mar/0060.html"><abbr title="Thread">∈</abbr></a></span>
<span>Notes: Refiled as <a href='https://github.com/w3c/csswg-drafts/issues/1102'>https://github.com/w3c/csswg-drafts/issues/1102</a> for L2</span></pre>
<pre class=' a' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: Cross-reference fr unit from early references</span>
<span>From: Jens Oliver Meiert</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0095.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0095.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Oct/0095.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-3'>
<span>Issue 3. <a href='#issue-3'>#</a></span>
<span>Summary: Error in generated content for caption numbers</span>
<span>From: Jens Oliver Meiert</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0096.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0096.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Oct/0096.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0022.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0022.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0022.html"><abbr title="Thread">∈</abbr></a></span>
<span>Changes: [Fixes to Bikeshed]</span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-4'>
<span>Issue 4. <a href='#issue-4'>#</a></span>
<span>Summary: Code spacing is inconsistent</span>
<span>From: Jens Oliver Meiert</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0131.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0131.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Oct/0131.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0023.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0023.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0023.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: Define equivalency of 'auto' under constraint & -content sizing</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/500#issuecomment-249441400'>https://github.com/w3c/csswg-drafts/issues/500#issuecomment-249441400</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/500#issuecomment-277070479'>https://github.com/w3c/csswg-drafts/issues/500#issuecomment-277070479</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/d8a33b9690f1f210d89c6409149c8d45c854b897'>https://github.com/w3c/csswg-drafts/commit/d8a33b9690f1f210d89c6409149c8d45c854b897</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' oi' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: Overflowing alignment is not visible on top/left</span>
<span>From: Rachel Andrew</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/751'>https://github.com/w3c/csswg-drafts/issues/751</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/751#issuecomment-263037276'>https://github.com/w3c/csswg-drafts/issues/751#issuecomment-263037276</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' oi' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: Need clarifications on baseline alignment</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/721#issuecomment-264272653'>https://github.com/w3c/csswg-drafts/issues/721#issuecomment-264272653</a></span>
<span>Notes: Moved to css-align</span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/e1b0f2dcdc13c67718a4ea55964a60ebc434bfdb'>https://github.com/w3c/csswg-drafts/commit/e1b0f2dcdc13c67718a4ea55964a60ebc434bfdb</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' oi' id='issue-8'>
<span>Issue 8. <a href='#issue-8'>#</a></span>
<span>Summary: dominant-baseline should apply to grid/flex containers</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/798'>https://github.com/w3c/csswg-drafts/issues/798</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Notes: Fixed in css-inline-3</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html'>https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Mar/0060.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' oi' id='issue-9'>
<span>Issue 9. <a href='#issue-9'>#</a></span>
<span>Summary: Intrinsic size computation depends on layout for orthogonal flows</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/537'>https://github.com/w3c/csswg-drafts/issues/537</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/537#issuecomment-268113389'>https://github.com/w3c/csswg-drafts/issues/537#issuecomment-268113389</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-10'>
<span>Issue 10. <a href='#issue-10'>#</a></span>
<span>Summary: Clarifications to min-size contribution</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/507'>https://github.com/w3c/csswg-drafts/issues/507</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/507#issuecomment-277084365'>https://github.com/w3c/csswg-drafts/issues/507#issuecomment-277084365</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: Clamping should transfer through aspect ratio in automatic min size</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/767'>https://github.com/w3c/csswg-drafts/issues/767</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/767#issuecomment-268107107'>https://github.com/w3c/csswg-drafts/issues/767#issuecomment-268107107</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: Reporter is editor</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Dec/0076.html'>https://lists.w3.org/Archives/Public/www-style/2016Dec/0076.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Dec/0076.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-12'>
<span>Issue 12. <a href='#issue-12'>#</a></span>
<span>Summary: Further concerns about automatic min size</span>
<span>From: Manuel Rego Casasnovas</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/283#issuecomment-262481269'>https://github.com/w3c/csswg-drafts/issues/283#issuecomment-262481269</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/283#issuecomment-268125974'>https://github.com/w3c/csswg-drafts/issues/283#issuecomment-268125974</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/283#issuecomment-271529375'>https://github.com/w3c/csswg-drafts/issues/283#issuecomment-271529375</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0061.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0061.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0061.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-13'>
<span>Issue 13. <a href='#issue-13'>#</a></span>
<span>Summary: Clarifications to baseline alignment</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-245277226'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-245277226</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-263045691'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-263045691</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-271811362'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-271811362</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277090431'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277090431</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-14'>
<span>Issue 14. <a href='#issue-14'>#</a></span>
<span>Summary: Inconsistencies in grid container baselines</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/638'>https://github.com/w3c/csswg-drafts/issues/638</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/638#issuecomment-262734994'>https://github.com/w3c/csswg-drafts/issues/638#issuecomment-262734994</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/638#issuecomment-271812141'>https://github.com/w3c/csswg-drafts/issues/638#issuecomment-271812141</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-15'>
<span>Issue 15. <a href='#issue-15'>#</a></span>
<span>Summary: Percentages and intrinsic size</span>
<span>From: Manuel Rego Casasnovas</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/509'>https://github.com/w3c/csswg-drafts/issues/509</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/509#issuecomment-271435201'>https://github.com/w3c/csswg-drafts/issues/509#issuecomment-271435201</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/509#issuecomment-333236096'>https://github.com/w3c/csswg-drafts/issues/509#issuecomment-333236096</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/15cf0c6d56efdbb44383134ebe19dff672b01546'>https://github.com/w3c/csswg-drafts/commit/15cf0c6d56efdbb44383134ebe19dff672b01546</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0061.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0061.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0061.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/509#issuecomment-333236096'>https://github.com/w3c/csswg-drafts/issues/509#issuecomment-333236096</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/509#issuecomment-342387672'>https://github.com/w3c/csswg-drafts/issues/509#issuecomment-342387672</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/93dfe599d96345c69fd4ca04292eefef72e3c2c4'>https://github.com/w3c/csswg-drafts/commit/93dfe599d96345c69fd4ca04292eefef72e3c2c4</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1921'>https://github.com/w3c/csswg-drafts/issues/1921</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1921#issuecomment-342269371'>https://github.com/w3c/csswg-drafts/issues/1921#issuecomment-342269371</a></span>
<span class="a">Closed: Accepted</span>
<span>Notes: still working through editorial clarifications in 1921</span>
<span>Resolved: TPAC 2017</span></pre>
<pre class=' a' id='issue-16'>
<span>Issue 16. <a href='#issue-16'>#</a></span>
<span>Summary: Defer subgrid</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/958'>https://github.com/w3c/csswg-drafts/issues/958</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html'>https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Mar/0060.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-17'>
<span>Issue 17. <a href='#issue-17'>#</a></span>
<span>Summary: Is fr a length?</span>
<span>From: Yves Lafon</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/955'>https://github.com/w3c/csswg-drafts/issues/955</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/955#issuecomment-274615190'>https://github.com/w3c/csswg-drafts/issues/955#issuecomment-274615190</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/955#issuecomment-276587187'>https://github.com/w3c/csswg-drafts/issues/955#issuecomment-276587187</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/afbc29e526603bf3893484011f47fc5b7c370032'>https://github.com/w3c/csswg-drafts/commit/afbc29e526603bf3893484011f47fc5b7c370032</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html'>https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Mar/0060.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' oi' id='issue-18'>
<span>Issue 18. <a href='#issue-18'>#</a></span>
<span>Summary: Clarify behavior of fixed grid items</span>
<span>From: Rachel Andrew</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/977'>https://github.com/w3c/csswg-drafts/issues/977</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/977#issuecomment-274934971'>https://github.com/w3c/csswg-drafts/issues/977#issuecomment-274934971</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-19'>
<span>Issue 19. <a href='#issue-19'>#</a></span>
<span>Summary: Typos</span>
<span>From: alligatorio</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/835'>https://github.com/w3c/csswg-drafts/issues/835</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/835#issuecomment-276588163'>https://github.com/w3c/csswg-drafts/issues/835#issuecomment-276588163</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/82de6db37802006c6462f056e8dcd071b0796aa0'>https://github.com/w3c/csswg-drafts/commit/82de6db37802006c6462f056e8dcd071b0796aa0</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-20'>
<span>Issue 20. <a href='#issue-20'>#</a></span>
<span>Summary: Need more examples</span>
<span>From: Rachel Andrew</span>
<span>Comment: Various, including PRs</span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: Commenter sent edits. :)</span>
<span>Resolved: Editorial</span></pre>
<pre class=' fo' id='issue-21'>
<span>Issue 21. <a href='#issue-21'>#</a></span>
<span>Summary: Stretch vs. start is replaced elements or boxes with aspect ratio?</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/523'>https://github.com/w3c/csswg-drafts/issues/523</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/523#issuecomment-268095890'>https://github.com/w3c/csswg-drafts/issues/523#issuecomment-268095890</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/523#issuecomment-288862103'>https://github.com/w3c/csswg-drafts/issues/523#issuecomment-288862103</a></span>
<span class="fo">Closed: Objection</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0069.html"><abbr title="Thread">∈</abbr></a></span>
<span>Disputed: <a href='https://github.com/w3c/csswg-drafts/issues/523#issuecomment-295075752'>https://github.com/w3c/csswg-drafts/issues/523#issuecomment-295075752</a></span>
<span>Counter: <a href='https://github.com/w3c/csswg-drafts/issues/523#issuecomment-264274894'>https://github.com/w3c/csswg-drafts/issues/523#issuecomment-264274894</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/523#issuecomment-349099467'>https://github.com/w3c/csswg-drafts/issues/523#issuecomment-349099467</a></span></pre>
<pre class=' a' id='issue-26'>
<span>Issue 26. <a href='#issue-26'>#</a></span>
<span>Summary: Flex factor error</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0018.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0018.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Sep/0018.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0032.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0032.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Sep/0032.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted</span>
<span>Changes: <a href='https://hg.csswg.org/drafts/diff/42427088d71f/css-grid/Overview.bs'>https://hg.csswg.org/drafts/diff/42427088d71f/css-grid/Overview.bs</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-27'>
<span>Issue 27. <a href='#issue-27'>#</a></span>
<span>Summary: Clarify resetting behavior of 'grid' template wrt gutters</span>
<span>From: huijing</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1036'>https://github.com/w3c/csswg-drafts/issues/1036</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-279699823'>https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-279699823</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-279905265'>https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-279905265</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/1c2e8379f3f4fa8fee9f0c7352876ac642b6353a'>https://github.com/w3c/csswg-drafts/commit/1c2e8379f3f4fa8fee9f0c7352876ac642b6353a</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-320223639'>https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-320223639</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-321392080'>https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-321392080</a></span>
<span class="a">Closed: Accepted</span>
<span>Notes: See also <a href='https://github.com/w3c/csswg-drafts/issues/1696'>https://github.com/w3c/csswg-drafts/issues/1696</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html'>https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0002.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-28'>
<span>Issue 28. <a href='#issue-28'>#</a></span>
<span>Summary: Move Background & Motivation above Overview</span>
<span>From: Tyler-H</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1115'>https://github.com/w3c/csswg-drafts/issues/1115</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1115#issuecomment-290492470'>https://github.com/w3c/csswg-drafts/issues/1115#issuecomment-290492470</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-29'>
<span>Issue 29. <a href='#issue-29'>#</a></span>
<span>Summary: Content-distribution alignment of collapsed tracks</span>
<span>From: SelenIT</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1140'>https://github.com/w3c/csswg-drafts/issues/1140</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290445963'>https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290445963</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290501314'>https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290501314</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290529088'>https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290529088</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' ' id='issue-30'>
<span>Issue 30. <a href='#issue-30'>#</a></span>
<span>Summary: Increase limit of rows/cols to make a px-grid for masonry layout</span>
<span>From: hunboy</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1009'>https://github.com/w3c/csswg-drafts/issues/1009</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1009#issuecomment-277862628'>https://github.com/w3c/csswg-drafts/issues/1009#issuecomment-277862628</a></span>
<span class="">Closed: Rejected/Deferred</span>
<span>Note: See <a href='https://github.com/w3c/csswg-drafts/issues/945'>https://github.com/w3c/csswg-drafts/issues/945</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-31'>
<span>Issue 31. <a href='#issue-31'>#</a></span>
<span>Summary: Change syntax for spanning</span>
<span>From: Daniel Glazman</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1137'>https://github.com/w3c/csswg-drafts/issues/1137</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1137#issuecomment-290156131'>https://github.com/w3c/csswg-drafts/issues/1137#issuecomment-290156131</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1137#issuecomment-291411266'>https://github.com/w3c/csswg-drafts/issues/1137#issuecomment-291411266</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Apr/0018.html'>https://lists.w3.org/Archives/Public/www-style/2017Apr/0018.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Apr/0018.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-32'>
<span>Issue 32. <a href='#issue-32'>#</a></span>
<span>Summary: Computed value for single value <flex>?</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/529'>https://github.com/w3c/csswg-drafts/issues/529</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/529#issuecomment-251841937'>https://github.com/w3c/csswg-drafts/issues/529#issuecomment-251841937</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/529#issuecomment-251849386'>https://github.com/w3c/csswg-drafts/issues/529#issuecomment-251849386</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-33'>
<span>Issue 33. <a href='#issue-33'>#</a></span>
<span>Summary: Additional clarifications to baseline alignment participation</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>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-245277226'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-245277226</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-263045691'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-263045691</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-271811362'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-271811362</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277090431'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277090431</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277217390'>https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277217390</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-34'>
<span>Issue 34. <a href='#issue-34'>#</a></span>
<span>Summary: Stray reference to block-axis baseline</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/597'>https://github.com/w3c/csswg-drafts/issues/597</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-35'>
<span>Issue 35. <a href='#issue-35'>#</a></span>
<span>Summary: Gutter math is broken</span>
<span>From: Cory Simmons</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/563'>https://github.com/w3c/csswg-drafts/issues/563</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/563#issuecomment-251263953'>https://github.com/w3c/csswg-drafts/issues/563#issuecomment-251263953</a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/563#issuecomment-251495803'>https://github.com/w3c/csswg-drafts/issues/563#issuecomment-251495803</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' r' id='issue-36'>
<span>Issue 36. <a href='#issue-36'>#</a></span>
<span>Summary: Placing Against Missing Line Names Needs Example</span>
<span>From: Rachel Andrew</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/966'>https://github.com/w3c/csswg-drafts/issues/966</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/966#issuecomment-277042153'>https://github.com/w3c/csswg-drafts/issues/966#issuecomment-277042153</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/966#issuecomment-337401055'>https://github.com/w3c/csswg-drafts/issues/966#issuecomment-337401055</a></span>
<span class="r">Closed: Rejected</span></pre>
<pre class=' a' id='issue-37'>
<span>Issue 37. <a href='#issue-37'>#</a></span>
<span>Summary: Define how baseline alignment affects intrinsic sizing of grid tracks</span>
<span>From: Javier Fernandez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1039'>https://github.com/w3c/csswg-drafts/issues/1039</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1039#issuecomment-337327396'>https://github.com/w3c/csswg-drafts/issues/1039#issuecomment-337327396</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/36224722dc40432700709d1267b552b738ee3b49'>https://github.com/w3c/csswg-drafts/commit/36224722dc40432700709d1267b552b738ee3b49</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1039#issuecomment-340453492'>https://github.com/w3c/csswg-drafts/issues/1039#issuecomment-340453492</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Nov/0017.html'>https://lists.w3.org/Archives/Public/www-style/2017Nov/0017.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Nov/0017.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-38'>
<span>Issue 38. <a href='#issue-38'>#</a></span>
<span>Summary: Harmonize intrinsic sizing w/ aspect ratio</span>
<span>From: François Remy</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1112'>https://github.com/w3c/csswg-drafts/issues/1112</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1112#issuecomment-321915494'>https://github.com/w3c/csswg-drafts/issues/1112#issuecomment-321915494</a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1112#issuecomment-322848926'>https://github.com/w3c/csswg-drafts/issues/1112#issuecomment-322848926</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-39'>
<span>Issue 39. <a href='#issue-39'>#</a></span>
<span>Summary: Auto min size should not min against content size</span>
<span>From: Javier Fernandez and fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1117'>https://github.com/w3c/csswg-drafts/issues/1117</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1117#issuecomment-290551887'>https://github.com/w3c/csswg-drafts/issues/1117#issuecomment-290551887</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1149'>https://github.com/w3c/csswg-drafts/issues/1149</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1149#issuecomment-321366399'>https://github.com/w3c/csswg-drafts/issues/1149#issuecomment-321366399</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1149#issuecomment-328014987'>https://github.com/w3c/csswg-drafts/issues/1149#issuecomment-328014987</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html'>https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0002.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-40'>
<span>Issue 40. <a href='#issue-40'>#</a></span>
<span>Summary: Stretching tracks fails to feed back into sizing algo</span>
<span>From: Javier Fernandez and fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1117'>https://github.com/w3c/csswg-drafts/issues/1117</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1117#issuecomment-290551887'>https://github.com/w3c/csswg-drafts/issues/1117#issuecomment-290551887</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1150'>https://github.com/w3c/csswg-drafts/issues/1150</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1150#issuecomment-319426378'>https://github.com/w3c/csswg-drafts/issues/1150#issuecomment-319426378</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1150#issuecomment-328123508'>https://github.com/w3c/csswg-drafts/issues/1150#issuecomment-328123508</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html'>https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0002.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-41'>
<span>Issue 41. <a href='#issue-41'>#</a></span>
<span>Summary: Mixup in what free space means</span>
<span>From: Rossen Atanassov</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1120'>https://github.com/w3c/csswg-drafts/issues/1120</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1120#issuecomment-336548802'>https://github.com/w3c/csswg-drafts/issues/1120#issuecomment-336548802</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-42'>
<span>Issue 42. <a href='#issue-42'>#</a></span>
<span>Summary: Share gap properties across layout modes</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1696'>https://github.com/w3c/csswg-drafts/issues/1696</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1696#issuecomment-321367253'>https://github.com/w3c/csswg-drafts/issues/1696#issuecomment-321367253</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: Reporter is editor</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html'>https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0002.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-43'>
<span>Issue 43. <a href='#issue-43'>#</a></span>
<span>Summary: Auto track expansion forgets to handle min-sizes</span>
<span>From: Manuel Rego Casasnovas</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1866'>https://github.com/w3c/csswg-drafts/issues/1866</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1866#issuecomment-336537672'>https://github.com/w3c/csswg-drafts/issues/1866#issuecomment-336537672</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1866#issuecomment-336848317'>https://github.com/w3c/csswg-drafts/issues/1866#issuecomment-336848317</a></span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-44'>
<span>Issue 44. <a href='#issue-44'>#</a></span>
<span>Summary: Synchronize text defining grid areas</span>
<span>From: Robert DiBlasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1159'>https://github.com/w3c/csswg-drafts/issues/1159</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1159#issuecomment-321391600'>https://github.com/w3c/csswg-drafts/issues/1159#issuecomment-321391600</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-45'>
<span>Issue 45. <a href='#issue-45'>#</a></span>
<span>Summary: Errors in examples</span>
<span>From: Philip Helger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1166'>https://github.com/w3c/csswg-drafts/issues/1166</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1166#issuecomment-292851029'>https://github.com/w3c/csswg-drafts/issues/1166#issuecomment-292851029</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1166#issuecomment-292120075'>https://github.com/w3c/csswg-drafts/issues/1166#issuecomment-292120075</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-46'>
<span>Issue 46. <a href='#issue-46'>#</a></span>
<span>Summary: 2.4.1 Example Error</span>
<span>From: Robert DiBlasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1210'>https://github.com/w3c/csswg-drafts/issues/1210</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1210#issuecomment-321372233'>https://github.com/w3c/csswg-drafts/issues/1210#issuecomment-321372233</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-47'>
<span>Issue 47. <a href='#issue-47'>#</a></span>
<span>Summary: Informal use of slots is confusing</span>
<span>From: Robert DiBlasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1263'>https://github.com/w3c/csswg-drafts/issues/1263</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-48'>
<span>Issue 48. <a href='#issue-48'>#</a></span>
<span>Summary: Missing period</span>
<span>From: Robert DiBlasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1275'>https://github.com/w3c/csswg-drafts/issues/1275</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1275#issuecomment-321371505'>https://github.com/w3c/csswg-drafts/issues/1275#issuecomment-321371505</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-49'>
<span>Issue 49. <a href='#issue-49'>#</a></span>
<span>Summary: Error in example 4</span>
<span>From: Robert DiBlasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1276'>https://github.com/w3c/csswg-drafts/issues/1276</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1276#issuecomment-321384822'>https://github.com/w3c/csswg-drafts/issues/1276#issuecomment-321384822</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-50'>
<span>Issue 50. <a href='#issue-50'>#</a></span>
<span>Summary: Wording tweak in figure description</span>
<span>From: Robert DiBlasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1277'>https://github.com/w3c/csswg-drafts/issues/1277</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1277#issuecomment-321371149'>https://github.com/w3c/csswg-drafts/issues/1277#issuecomment-321371149</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-51'>
<span>Issue 51. <a href='#issue-51'>#</a></span>
<span>Summary: Broken Reference</span>
<span>From: Robert DiBlasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1278'>https://github.com/w3c/csswg-drafts/issues/1278</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1278#issuecomment-321368806'>https://github.com/w3c/csswg-drafts/issues/1278#issuecomment-321368806</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-52'>
<span>Issue 52. <a href='#issue-52'>#</a></span>
<span>Summary: grid vs grid-template</span>
<span>From: Robert DiBlasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1280#issuecomment-321380438'>https://github.com/w3c/csswg-drafts/issues/1280#issuecomment-321380438</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1280#issuecomment-321380438'>https://github.com/w3c/csswg-drafts/issues/1280#issuecomment-321380438</a></span>
<span class="a">Closed: Accepted</span>
<span>Notes: Fixed in <a href='https://github.com/w3c/csswg-drafts/issues/1036'>https://github.com/w3c/csswg-drafts/issues/1036</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html'>https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0002.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-53'>
<span>Issue 53. <a href='#issue-53'>#</a></span>
<span>Summary: Confusion wrt row axis vs column axis</span>
<span>From: Chris Harvey</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1299'>https://github.com/w3c/csswg-drafts/issues/1299</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-298106439'>https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-298106439</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-298109163'>https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-298109163</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-321386693'>https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-321386693</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-54'>
<span>Issue 54. <a href='#issue-54'>#</a></span>
<span>Summary: Clarify application of z-index</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1312'>https://github.com/w3c/csswg-drafts/issues/1312</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1312#issuecomment-298202507'>https://github.com/w3c/csswg-drafts/issues/1312#issuecomment-298202507</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-55'>
<span>Issue 55. <a href='#issue-55'>#</a></span>
<span>Summary: Do % item sizes always resolve in Grid?</span>
<span>From: Tab Atkins</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1319'>https://github.com/w3c/csswg-drafts/issues/1319</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1319#issuecomment-298820054'>https://github.com/w3c/csswg-drafts/issues/1319#issuecomment-298820054</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/8fa17400c4cbe252dc3c0e679bac8d9604c8dfd9'>https://github.com/w3c/csswg-drafts/commit/8fa17400c4cbe252dc3c0e679bac8d9604c8dfd9</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html'>https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0002.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-56'>
<span>Issue 56. <a href='#issue-56'>#</a></span>
<span>Summary: Are stretched items always definite?</span>
<span>From: Tab Atkins</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1320'>https://github.com/w3c/csswg-drafts/issues/1320</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1320#issuecomment-322571842'>https://github.com/w3c/csswg-drafts/issues/1320#issuecomment-322571842</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html'>https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0002.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-57'>
<span>Issue 57. <a href='#issue-57'>#</a></span>
<span>Summary: Add control over margin collapsing</span>
<span>From: Keith Grant</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1324'>https://github.com/w3c/csswg-drafts/issues/1324</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-311176689'>https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-311176689</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-337416416'>https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-337416416</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-337576533'>https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-337576533</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-58'>
<span>Issue 58. <a href='#issue-58'>#</a></span>
<span>Summary: Add magical wrapping-spanning behavior</span>
<span>From: Lasse Diercks</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1344#issue-227616928'>https://github.com/w3c/csswg-drafts/issues/1344#issue-227616928</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-300594222'>https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-300594222</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-315893247'>https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-315893247</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-300713652'>https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-300713652</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-59'>
<span>Issue 59. <a href='#issue-59'>#</a></span>
<span>Summary: Add example of baseline alignment as needing 2nd pass</span>
<span>From: Manuel Rego</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1350'>https://github.com/w3c/csswg-drafts/issues/1350</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1350#issuecomment-322570849'>https://github.com/w3c/csswg-drafts/issues/1350#issuecomment-322570849</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1350'>https://github.com/w3c/csswg-drafts/issues/1350</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-60'>
<span>Issue 60. <a href='#issue-60'>#</a></span>
<span>Summary: Error in mapping implicit track sizes</span>
<span>From: Rossen Atanassov</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1356'>https://github.com/w3c/csswg-drafts/issues/1356</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1356#issuecomment-303803431'>https://github.com/w3c/csswg-drafts/issues/1356#issuecomment-303803431</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-61'>
<span>Issue 61. <a href='#issue-61'>#</a></span>
<span>Summary: Baseline alignment of items whose size depends on track size</span>
<span>From: Manuel Rego Casasnovas</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1365'>https://github.com/w3c/csswg-drafts/issues/1365</a></span>
<span>Proposal: <a href='https://github.com/w3c/csswg-drafts/issues/1365#issuecomment-337333901'>https://github.com/w3c/csswg-drafts/issues/1365#issuecomment-337333901</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/1874f83e49d55dc18e4d8759a09a0c0c45288b76'>https://github.com/w3c/csswg-drafts/commit/1874f83e49d55dc18e4d8759a09a0c0c45288b76</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1365#issuecomment-348623006'>https://github.com/w3c/csswg-drafts/issues/1365#issuecomment-348623006</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Nov/0017.html'>https://lists.w3.org/Archives/Public/www-style/2017Nov/0017.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Nov/0017.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' oi' id='issue-62'>
<span>Issue 62. <a href='#issue-62'>#</a></span>
<span>Summary: scrollable <pre> imposes minimum size on grid tracks</span>
<span>From: Sam Beckham</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1589'>https://github.com/w3c/csswg-drafts/issues/1589</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1589#issuecomment-314356243'>https://github.com/w3c/csswg-drafts/issues/1589#issuecomment-314356243</a></span>
<span class="oi">Closed: OutOfScope</span></pre>
<pre class=' oi' id='issue-63'>
<span>Issue 63. <a href='#issue-63'>#</a></span>
<span>Summary: Clarify that ::before/::after can be grid item</span>
<span>From: Cameron McCormack</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1591'>https://github.com/w3c/csswg-drafts/issues/1591</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-314505973'>https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-314505973</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-314620425'>https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-314620425</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-315925372'>https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-315925372</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-64'>
<span>Issue 64. <a href='#issue-64'>#</a></span>
<span>Summary: Typo</span>
<span>From: Jen Simmons</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1602'>https://github.com/w3c/csswg-drafts/issues/1602</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span>
<span>-</span></pre>
<pre class=' a' id='issue-65'>
<span>Issue 65. <a href='#issue-65'>#</a></span>
<span>Summary: Distributing space should clarify maxing vs summing.</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1729'>https://github.com/w3c/csswg-drafts/issues/1729</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-66'>
<span>Issue 66. <a href='#issue-66'>#</a></span>
<span>Summary: Clarify whether fit-content() is affected by stretch alignment</span>
<span>From: Manuel Rego Casasnovas and Rachel Andrew</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1732'>https://github.com/w3c/csswg-drafts/issues/1732</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1732#issuecomment-330915960'>https://github.com/w3c/csswg-drafts/issues/1732#issuecomment-330915960</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1732#issuecomment-331178610'>https://github.com/w3c/csswg-drafts/issues/1732#issuecomment-331178610</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Sep/0045.html'>https://lists.w3.org/Archives/Public/www-style/2017Sep/0045.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0045.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-67'>
<span>Issue 67. <a href='#issue-67'>#</a></span>
<span>Summary: Grid Container Sizing incorrectly handles floats vs in-flow</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1734'>https://github.com/w3c/csswg-drafts/issues/1734</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/49d08f2fcb288887969600c8a85b44e12e4e70ad'>https://github.com/w3c/csswg-drafts/commit/49d08f2fcb288887969600c8a85b44e12e4e70ad</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-68'>
<span>Issue 68. <a href='#issue-68'>#</a></span>
<span>Summary: Intrinsic sizing with ∑flex < 1 is broken</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1735'>https://github.com/w3c/csswg-drafts/issues/1735</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1735#issuecomment-332671797'>https://github.com/w3c/csswg-drafts/issues/1735#issuecomment-332671797</a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1735#issuecomment-335298121'>https://github.com/w3c/csswg-drafts/issues/1735#issuecomment-335298121</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-69'>
<span>Issue 69. <a href='#issue-69'>#</a></span>
<span>Summary: Reconsider using zero as implied min track sizing for fr units</span>
<span>From: Sergio Villar</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1777'>https://github.com/w3c/csswg-drafts/issues/1777</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1777#issuecomment-337427701'>https://github.com/w3c/csswg-drafts/issues/1777#issuecomment-337427701</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1777#issuecomment-349230789'>https://github.com/w3c/csswg-drafts/issues/1777#issuecomment-349230789</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Oct/0025.html'>https://lists.w3.org/Archives/Public/www-style/2017Oct/0025.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Oct/0025.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-70'>
<span>Issue 70. <a href='#issue-70'>#</a></span>
<span>Summary: Make heading vocabulary match terminology wrt auto minimum size</span>
<span>From: Daniel Holbert</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1780'>https://github.com/w3c/csswg-drafts/issues/1780</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1780#issuecomment-327593455'>https://github.com/w3c/csswg-drafts/issues/1780#issuecomment-327593455</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-71'>
<span>Issue 71. <a href='#issue-71'>#</a></span>
<span>Summary: Serialization of grid-auto-rows/columns</span>
<span>From: Manuel Rego Casasnovas</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1834'>https://github.com/w3c/csswg-drafts/issues/1834</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1834#issuecomment-332409380'>https://github.com/w3c/csswg-drafts/issues/1834#issuecomment-332409380</a></span>
<span class="oi">Closed: OutOfScope</span></pre>
<pre class=' a' id='issue-72'>
<span>Issue 72. <a href='#issue-72'>#</a></span>
<span>Summary: Clarify that grid span is per axis</span>
<span>From: Fuqiao Xue</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1994'>https://github.com/w3c/csswg-drafts/issues/1994</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1994#issuecomment-347305016'>https://github.com/w3c/csswg-drafts/issues/1994#issuecomment-347305016</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/0b56e1bd79955b7fd7621ba4a41f35910135da8a'>https://github.com/w3c/csswg-drafts/commit/0b56e1bd79955b7fd7621ba4a41f35910135da8a</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-73'>
<span>Issue 73. <a href='#issue-73'>#</a></span>
<span>Summary: Add example of grid-gap vs visual gutter</span>
<span>From: Alan Stearns</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/452'>https://github.com/w3c/csswg-drafts/issues/452</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/452#issuecomment-272016744'>https://github.com/w3c/csswg-drafts/issues/452#issuecomment-272016744</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/452#issuecomment-273185997'>https://github.com/w3c/csswg-drafts/issues/452#issuecomment-273185997</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/452#issuecomment-274136867'>https://github.com/w3c/csswg-drafts/issues/452#issuecomment-274136867</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/pull/1049'>https://github.com/w3c/csswg-drafts/pull/1049</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/452#issuecomment-276670282'>https://github.com/w3c/csswg-drafts/issues/452#issuecomment-276670282</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>