-
Notifications
You must be signed in to change notification settings - Fork 707
/
Copy pathissues-cr-2016.bsi
619 lines (618 loc) · 24.5 KB
/
issues-cr-2016.bsi
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
Draft: https://www.w3.org/TR/2016/CR-css-grid-1-20160929/
Title: CSS Grid Layout Level 1
----
Issue 1.
Summary: Max should override min in minmax()
From: Ollie Williams
Comment: https://lists.w3.org/Archives/Public/www-style/2016Oct/0076.html
Response: https://lists.w3.org/Archives/Public/www-style/2017Feb/0021.html
Closed: Rejected
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html
Notes: Refiled as https://github.com/w3c/csswg-drafts/issues/1102 for L2
----
Issue 2.
Summary: Cross-reference fr unit from early references
From: Jens Oliver Meiert
Comment: https://lists.w3.org/Archives/Public/www-style/2016Oct/0095.html
Closed: Accepted
Resolved: Editorial
----
Issue 3.
Summary: Error in generated content for caption numbers
From: Jens Oliver Meiert
Comment: https://lists.w3.org/Archives/Public/www-style/2016Oct/0096.html
Response: https://lists.w3.org/Archives/Public/www-style/2017Feb/0022.html
Changes: [Fixes to Bikeshed]
Closed: Accepted
Resolved: Editorial
----
Issue 4.
Summary: Code spacing is inconsistent
From: Jens Oliver Meiert
Comment: https://lists.w3.org/Archives/Public/www-style/2016Oct/0131.html
Response: https://lists.w3.org/Archives/Public/www-style/2017Feb/0023.html
Closed: Accepted
Resolved: Editorial
----
Issue 5.
Summary: Define equivalency of 'auto' under constraint & -content sizing
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/500#issuecomment-249441400
Response: https://github.com/w3c/csswg-drafts/issues/500#issuecomment-277070479
Changes: https://github.com/w3c/csswg-drafts/commit/d8a33b9690f1f210d89c6409149c8d45c854b897
Closed: Accepted
Resolved: Bugfix
----
Issue 6.
Summary: Overflowing alignment is not visible on top/left
From: Rachel Andrew
Comment: https://github.com/w3c/csswg-drafts/issues/751
Response: https://github.com/w3c/csswg-drafts/issues/751#issuecomment-263037276
Closed: Invalid
Resolved: Editor discretion
----
Issue 7.
Summary: Need clarifications on baseline alignment
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/721#issuecomment-264272653
Notes: Moved to css-align
Changes: https://github.com/w3c/csswg-drafts/commit/e1b0f2dcdc13c67718a4ea55964a60ebc434bfdb
Closed: OutOfScope
Resolved: Editor discretion
----
Issue 8.
Summary: dominant-baseline should apply to grid/flex containers
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/798
Closed: OutOfScope
Notes: Fixed in css-inline-3
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html
----
Issue 9.
Summary: Intrinsic size computation depends on layout for orthogonal flows
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/537
Response: https://github.com/w3c/csswg-drafts/issues/537#issuecomment-268113389
Closed: Invalid
Resolved: Editor discretion
----
Issue 10.
Summary: Clarifications to min-size contribution
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/507
Response: https://github.com/w3c/csswg-drafts/issues/507#issuecomment-277084365
Closed: Accepted
Resolved: Editorial
----
Issue 11.
Summary: Clamping should transfer through aspect ratio in automatic min size
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/767
Response: https://github.com/w3c/csswg-drafts/issues/767#issuecomment-268107107
Closed: Accepted
Verified: Reporter is editor
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Dec/0076.html
----
Issue 12.
Summary: Further concerns about automatic min size
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/283#issuecomment-262481269
Response: https://github.com/w3c/csswg-drafts/issues/283#issuecomment-268125974
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/283#issuecomment-271529375
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Feb/0061.html
----
Issue 13.
Summary: Clarifications to baseline alignment
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-245277226
Response: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-263045691
Comment: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-271811362
Response: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277090431
Closed: Accepted
Resolved: Editorial
----
Issue 14.
Summary: Inconsistencies in grid container baselines
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/638
Response: https://github.com/w3c/csswg-drafts/issues/638#issuecomment-262734994
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/638#issuecomment-271812141
Resolved: Editorial
----
Issue 15.
Summary: Percentages and intrinsic size
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/509
Comment: https://github.com/w3c/csswg-drafts/issues/509#issuecomment-271435201
Response: https://github.com/w3c/csswg-drafts/issues/509#issuecomment-333236096
Changes: https://github.com/w3c/csswg-drafts/commit/15cf0c6d56efdbb44383134ebe19dff672b01546
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Feb/0061.html
Comment: https://github.com/w3c/csswg-drafts/issues/509#issuecomment-333236096
Response: https://github.com/w3c/csswg-drafts/issues/509#issuecomment-342387672
Changes: https://github.com/w3c/csswg-drafts/commit/93dfe599d96345c69fd4ca04292eefef72e3c2c4
Comment: https://github.com/w3c/csswg-drafts/issues/1921
Response: https://github.com/w3c/csswg-drafts/issues/1921#issuecomment-342269371
Closed: Accepted
Notes: still working through editorial clarifications in 1921
Resolved: TPAC 2017
----
Issue 16.
Summary: Defer subgrid
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/958
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html
----
Issue 17.
Summary: Is fr a length?
From: Yves Lafon
Comment: https://github.com/w3c/csswg-drafts/issues/955
Response: https://github.com/w3c/csswg-drafts/issues/955#issuecomment-274615190
Comment: https://github.com/w3c/csswg-drafts/issues/955#issuecomment-276587187
Changes: https://github.com/w3c/csswg-drafts/commit/afbc29e526603bf3893484011f47fc5b7c370032
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Mar/0060.html
----
Issue 18.
Summary: Clarify behavior of fixed grid items
From: Rachel Andrew
Comment: https://github.com/w3c/csswg-drafts/issues/977
Response: https://github.com/w3c/csswg-drafts/issues/977#issuecomment-274934971
Closed: Invalid
Resolved: Editor discretion
----
Issue 19.
Summary: Typos
From: alligatorio
Comment: https://github.com/w3c/csswg-drafts/issues/835
Response: https://github.com/w3c/csswg-drafts/issues/835#issuecomment-276588163
Changes: https://github.com/w3c/csswg-drafts/commit/82de6db37802006c6462f056e8dcd071b0796aa0
Closed: Accepted
Resolved: Editorial
----
Issue 20.
Summary: Need more examples
From: Rachel Andrew
Comment: Various, including PRs
Closed: Accepted
Verified: Commenter sent edits. :)
Resolved: Editorial
----
Issue 21.
Summary: Stretch vs. start is replaced elements or boxes with aspect ratio?
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/523
Response: https://github.com/w3c/csswg-drafts/issues/523#issuecomment-268095890
Response: https://github.com/w3c/csswg-drafts/issues/523#issuecomment-288862103
Closed: Objection
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html
Disputed: https://github.com/w3c/csswg-drafts/issues/523#issuecomment-295075752
Counter: https://github.com/w3c/csswg-drafts/issues/523#issuecomment-264274894
Response: https://github.com/w3c/csswg-drafts/issues/523#issuecomment-349099467
----
Issue 26.
Summary: Flex factor error
From: Javier Fernandez
Comment: https://lists.w3.org/Archives/Public/www-style/2015Sep/0018.html
Response: https://lists.w3.org/Archives/Public/www-style/2015Sep/0032.html
Closed: Accepted
Changes: https://hg.csswg.org/drafts/diff/42427088d71f/css-grid/Overview.bs
Resolved: Editor discretion
----
Issue 27.
Summary: Clarify resetting behavior of 'grid' template wrt gutters
From: huijing
Comment: https://github.com/w3c/csswg-drafts/issues/1036
Response: https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-279699823
Comment: https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-279905265
Changes: https://github.com/w3c/csswg-drafts/commit/1c2e8379f3f4fa8fee9f0c7352876ac642b6353a
Comment: https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-320223639
Response: https://github.com/w3c/csswg-drafts/issues/1036#issuecomment-321392080
Closed: Accepted
Notes: See also https://github.com/w3c/csswg-drafts/issues/1696
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html
----
Issue 28.
Summary: Move Background & Motivation above Overview
From: Tyler-H
Comment: https://github.com/w3c/csswg-drafts/issues/1115
Response: https://github.com/w3c/csswg-drafts/issues/1115#issuecomment-290492470
Closed: Accepted
Resolved: Editorial
----
Issue 29.
Summary: Content-distribution alignment of collapsed tracks
From: SelenIT
Comment: https://github.com/w3c/csswg-drafts/issues/1140
Response: https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290445963
Response: https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290501314
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290529088
Resolved: Editor discretion
----
Issue 30.
Summary: Increase limit of rows/cols to make a px-grid for masonry layout
From: hunboy
Comment: https://github.com/w3c/csswg-drafts/issues/1009
Response: https://github.com/w3c/csswg-drafts/issues/1009#issuecomment-277862628
Closed: Rejected/Deferred
Note: See https://github.com/w3c/csswg-drafts/issues/945
Resolved: Editor discretion
----
Issue 31.
Summary: Change syntax for spanning
From: Daniel Glazman
Comment: https://github.com/w3c/csswg-drafts/issues/1137
Response: https://github.com/w3c/csswg-drafts/issues/1137#issuecomment-290156131
Closed: Rejected
Verified: https://github.com/w3c/csswg-drafts/issues/1137#issuecomment-291411266
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Apr/0018.html
----
Issue 32.
Summary: Computed value for single value <flex>?
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/529
Response: https://github.com/w3c/csswg-drafts/issues/529#issuecomment-251841937
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/529#issuecomment-251849386
Resolved: Editor discretion
----
Issue 33.
Summary: Additional clarifications to baseline alignment participation
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/425
Response: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-244829207
Comment: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-245277226
Response: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-263045691
Comment: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-271811362
Response: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277090431
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/425#issuecomment-277217390
Resolved: Editorial
----
Issue 34.
Summary: Stray reference to block-axis baseline
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/597
Closed: Accepted
Resolved: Editorial
----
Issue 35.
Summary: Gutter math is broken
From: Cory Simmons
Comment: https://github.com/w3c/csswg-drafts/issues/563
Response: https://github.com/w3c/csswg-drafts/issues/563#issuecomment-251263953
Verified: https://github.com/w3c/csswg-drafts/issues/563#issuecomment-251495803
Closed: Retracted
----
Issue 36.
Summary: Placing Against Missing Line Names Needs Example
From: Rachel Andrew
Comment: https://github.com/w3c/csswg-drafts/issues/966
Response: https://github.com/w3c/csswg-drafts/issues/966#issuecomment-277042153
Response: https://github.com/w3c/csswg-drafts/issues/966#issuecomment-337401055
Closed: Rejected
----
Issue 37.
Summary: Define how baseline alignment affects intrinsic sizing of grid tracks
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/1039
Response: https://github.com/w3c/csswg-drafts/issues/1039#issuecomment-337327396
Changes: https://github.com/w3c/csswg-drafts/commit/36224722dc40432700709d1267b552b738ee3b49
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/1039#issuecomment-340453492
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Nov/0017.html
----
Issue 38.
Summary: Harmonize intrinsic sizing w/ aspect ratio
From: François Remy
Comment: https://github.com/w3c/csswg-drafts/issues/1112
Response: https://github.com/w3c/csswg-drafts/issues/1112#issuecomment-321915494
Verified: https://github.com/w3c/csswg-drafts/issues/1112#issuecomment-322848926
Closed: Retracted
----
Issue 39.
Summary: Auto min size should not min against content size
From: Javier Fernandez and fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/1117
Response: https://github.com/w3c/csswg-drafts/issues/1117#issuecomment-290551887
Comment: https://github.com/w3c/csswg-drafts/issues/1149
Response: https://github.com/w3c/csswg-drafts/issues/1149#issuecomment-321366399
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/1149#issuecomment-328014987
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html
----
Issue 40.
Summary: Stretching tracks fails to feed back into sizing algo
From: Javier Fernandez and fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/1117
Response: https://github.com/w3c/csswg-drafts/issues/1117#issuecomment-290551887
Comment: https://github.com/w3c/csswg-drafts/issues/1150
Response: https://github.com/w3c/csswg-drafts/issues/1150#issuecomment-319426378
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/1150#issuecomment-328123508
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html
----
Issue 41.
Summary: Mixup in what free space means
From: Rossen Atanassov
Comment: https://github.com/w3c/csswg-drafts/issues/1120
Response: https://github.com/w3c/csswg-drafts/issues/1120#issuecomment-336548802
Closed: Accepted
Resolved: Editor discretion
----
Issue 42.
Summary: Share gap properties across layout modes
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/1696
Response: https://github.com/w3c/csswg-drafts/issues/1696#issuecomment-321367253
Closed: Accepted
Verified: Reporter is editor
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html
----
Issue 43.
Summary: Auto track expansion forgets to handle min-sizes
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/1866
Response: https://github.com/w3c/csswg-drafts/issues/1866#issuecomment-336537672
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/1866#issuecomment-336848317
Resolved: Bugfix
----
Issue 44.
Summary: Synchronize text defining grid areas
From: Robert DiBlasi
Comment: https://github.com/w3c/csswg-drafts/issues/1159
Response: https://github.com/w3c/csswg-drafts/issues/1159#issuecomment-321391600
Closed: Accepted
Resolved: Editorial
----
Issue 45.
Summary: Errors in examples
From: Philip Helger
Comment: https://github.com/w3c/csswg-drafts/issues/1166
Response: https://github.com/w3c/csswg-drafts/issues/1166#issuecomment-292851029
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/1166#issuecomment-292120075
Resolved: Editorial
----
Issue 46.
Summary: 2.4.1 Example Error
From: Robert DiBlasi
Comment: https://github.com/w3c/csswg-drafts/issues/1210
Response: https://github.com/w3c/csswg-drafts/issues/1210#issuecomment-321372233
Closed: Accepted
Resolved: Editorial
----
Issue 47.
Summary: Informal use of slots is confusing
From: Robert DiBlasi
Comment: https://github.com/w3c/csswg-drafts/issues/1263
Closed: Accepted
Resolved: Editorial
----
Issue 48.
Summary: Missing period
From: Robert DiBlasi
Comment: https://github.com/w3c/csswg-drafts/issues/1275
Response: https://github.com/w3c/csswg-drafts/issues/1275#issuecomment-321371505
Closed: Accepted
Resolved: Editorial
----
Issue 49.
Summary: Error in example 4
From: Robert DiBlasi
Comment: https://github.com/w3c/csswg-drafts/issues/1276
Response: https://github.com/w3c/csswg-drafts/issues/1276#issuecomment-321384822
Closed: Accepted
Resolved: Editorial
----
Issue 50.
Summary: Wording tweak in figure description
From: Robert DiBlasi
Comment: https://github.com/w3c/csswg-drafts/issues/1277
Response: https://github.com/w3c/csswg-drafts/issues/1277#issuecomment-321371149
Closed: Accepted
Resolved: Editorial
----
Issue 51.
Summary: Broken Reference
From: Robert DiBlasi
Comment: https://github.com/w3c/csswg-drafts/issues/1278
Response: https://github.com/w3c/csswg-drafts/issues/1278#issuecomment-321368806
Closed: Accepted
Resolved: Editorial
----
Issue 52.
Summary: grid vs grid-template
From: Robert DiBlasi
Comment: https://github.com/w3c/csswg-drafts/issues/1280#issuecomment-321380438
Response: https://github.com/w3c/csswg-drafts/issues/1280#issuecomment-321380438
Closed: Accepted
Notes: Fixed in https://github.com/w3c/csswg-drafts/issues/1036
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html
----
Issue 53.
Summary: Confusion wrt row axis vs column axis
From: Chris Harvey
Comment: https://github.com/w3c/csswg-drafts/issues/1299
Response: https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-298106439
Comment: https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-298109163
Response: https://github.com/w3c/csswg-drafts/issues/1299#issuecomment-321386693
Closed: Accepted
Resolved: Editorial
----
Issue 54.
Summary: Clarify application of z-index
From: Oriol
Comment: https://github.com/w3c/csswg-drafts/issues/1312
Response: https://github.com/w3c/csswg-drafts/issues/1312#issuecomment-298202507
Closed: Accepted
Resolved: Editorial
----
Issue 55.
Summary: Do % item sizes always resolve in Grid?
From: Tab Atkins
Comment: https://github.com/w3c/csswg-drafts/issues/1319
Response: https://github.com/w3c/csswg-drafts/issues/1319#issuecomment-298820054
Changes: https://github.com/w3c/csswg-drafts/commit/8fa17400c4cbe252dc3c0e679bac8d9604c8dfd9
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html
----
Issue 56.
Summary: Are stretched items always definite?
From: Tab Atkins
Comment: https://github.com/w3c/csswg-drafts/issues/1320
Response: https://github.com/w3c/csswg-drafts/issues/1320#issuecomment-322571842
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0002.html
----
Issue 57.
Summary: Add control over margin collapsing
From: Keith Grant
Comment: https://github.com/w3c/csswg-drafts/issues/1324
Response: https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-311176689
Response: https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-337416416
Closed: Rejected
Verified: https://github.com/w3c/csswg-drafts/issues/1324#issuecomment-337576533
Resolved: Editor discretion
----
Issue 58.
Summary: Add magical wrapping-spanning behavior
From: Lasse Diercks
Comment: https://github.com/w3c/csswg-drafts/issues/1344#issue-227616928
Response: https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-300594222
Response: https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-315893247
Closed: Rejected
Verified: https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-300713652
Resolved: Editor discretion
----
Issue 59.
Summary: Add example of baseline alignment as needing 2nd pass
From: Manuel Rego
Comment: https://github.com/w3c/csswg-drafts/issues/1350
Response: https://github.com/w3c/csswg-drafts/issues/1350#issuecomment-322570849
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/1350
Resolved: Editorial
----
Issue 60.
Summary: Error in mapping implicit track sizes
From: Rossen Atanassov
Comment: https://github.com/w3c/csswg-drafts/issues/1356
Response: https://github.com/w3c/csswg-drafts/issues/1356#issuecomment-303803431
Closed: Accepted
Resolved: Bugfix
----
Issue 61.
Summary: Baseline alignment of items whose size depends on track size
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/1365
Proposal: https://github.com/w3c/csswg-drafts/issues/1365#issuecomment-337333901
Changes: https://github.com/w3c/csswg-drafts/commit/1874f83e49d55dc18e4d8759a09a0c0c45288b76
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/1365#issuecomment-348623006
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Nov/0017.html
----
Issue 62.
Summary: scrollable <pre> imposes minimum size on grid tracks
From: Sam Beckham
Comment: https://github.com/w3c/csswg-drafts/issues/1589
Response: https://github.com/w3c/csswg-drafts/issues/1589#issuecomment-314356243
Closed: OutOfScope
----
Issue 63.
Summary: Clarify that ::before/::after can be grid item
From: Cameron McCormack
Comment: https://github.com/w3c/csswg-drafts/issues/1591
Response: https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-314505973
Comment: https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-314620425
Response: https://github.com/w3c/csswg-drafts/issues/1591#issuecomment-315925372
Closed: Invalid
----
Issue 64.
Summary: Typo
From: Jen Simmons
Comment: https://github.com/w3c/csswg-drafts/issues/1602
Closed: Accepted
Resolved: Editorial
-----
Issue 65.
Summary: Distributing space should clarify maxing vs summing.
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/1729
Closed: Accepted
Resolved: Bugfix
----
Issue 66.
Summary: Clarify whether fit-content() is affected by stretch alignment
From: Manuel Rego Casasnovas and Rachel Andrew
Comment: https://github.com/w3c/csswg-drafts/issues/1732
Response: https://github.com/w3c/csswg-drafts/issues/1732#issuecomment-330915960
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/1732#issuecomment-331178610
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0045.html
----
Issue 67.
Summary: Grid Container Sizing incorrectly handles floats vs in-flow
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/1734
Changes: https://github.com/w3c/csswg-drafts/commit/49d08f2fcb288887969600c8a85b44e12e4e70ad
Closed: Accepted
Resolved: Bugfix
----
Issue 68.
Summary: Intrinsic sizing with ∑flex < 1 is broken
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/1735
Response: https://github.com/w3c/csswg-drafts/issues/1735#issuecomment-332671797
Verified: https://github.com/w3c/csswg-drafts/issues/1735#issuecomment-335298121
Closed: Retracted
----
Issue 69.
Summary: Reconsider using zero as implied min track sizing for fr units
From: Sergio Villar
Comment: https://github.com/w3c/csswg-drafts/issues/1777
Response: https://github.com/w3c/csswg-drafts/issues/1777#issuecomment-337427701
Closed: Rejected
Verified: https://github.com/w3c/csswg-drafts/issues/1777#issuecomment-349230789
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Oct/0025.html
----
Issue 70.
Summary: Make heading vocabulary match terminology wrt auto minimum size
From: Daniel Holbert
Comment: https://github.com/w3c/csswg-drafts/issues/1780
Response: https://github.com/w3c/csswg-drafts/issues/1780#issuecomment-327593455
Closed: Accepted
Resolved: Editorial
----
Issue 71.
Summary: Serialization of grid-auto-rows/columns
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/1834
Response: https://github.com/w3c/csswg-drafts/issues/1834#issuecomment-332409380
Closed: OutOfScope
----
Issue 72.
Summary: Clarify that grid span is per axis
From: Fuqiao Xue
Comment: https://github.com/w3c/csswg-drafts/issues/1994
Response: https://github.com/w3c/csswg-drafts/issues/1994#issuecomment-347305016
Changes: https://github.com/w3c/csswg-drafts/commit/0b56e1bd79955b7fd7621ba4a41f35910135da8a
Closed: Accepted
Resolved: Editorial
----
Issue 73.
Summary: Add example of grid-gap vs visual gutter
From: Alan Stearns
Comment: https://github.com/w3c/csswg-drafts/issues/452
Response: https://github.com/w3c/csswg-drafts/issues/452#issuecomment-272016744
Comment: https://github.com/w3c/csswg-drafts/issues/452#issuecomment-273185997
Response: https://github.com/w3c/csswg-drafts/issues/452#issuecomment-274136867
Changes: https://github.com/w3c/csswg-drafts/pull/1049
Closed: Accepted
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/452#issuecomment-276670282
----