forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues-cr-2017.bsi
914 lines (913 loc) · 38.2 KB
/
issues-cr-2017.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
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
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
Draft: https://www.w3.org/TR/2017/CR-css-grid-1-20171214/
Title: CSS Grid Layout Level 1
----
Issue 1.
Summary: Resolve on rules for computing block-axis percentage margin/padding
From: Rossen Atanassov
Comment: https://github.com/w3c/csswg-drafts/issues/2085
Response: https://github.com/w3c/csswg-drafts/issues/2085#issuecomment-362000362
Changes: https://github.com/w3c/csswg-drafts/commit/db68ee43e752fabf68fd1e776a0ac840f4d3e971
Closed: Accepted
Verified: Commenter is chair
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Feb/0000.html
----
Issue 2.
Summary: Better intrinsic sizing of tracks when item spans flexible track
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/2177
Response: https://github.com/w3c/csswg-drafts/issues/2177#issuecomment-365732303
Response: https://github.com/w3c/csswg-drafts/issues/2177#issuecomment-383244660
Changes: https://github.com/w3c/csswg-drafts/commit/25e3f631310207ed83746530b4066b6278c3234f
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Apr/0033.html
Resolved: https://lists.w3.org/Archives/Public/www-style/2018May/0004.html
----
Issue 3.
Summary: Clarify handling of gutters during track sizing
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/2201
Comment: https://github.com/w3c/csswg-drafts/issues/2201#issuecomment-358732046
Response: https://github.com/w3c/csswg-drafts/issues/2201#issuecomment-360953404
Changes: https://github.com/w3c/csswg-drafts/commit/fbc730b862fbba890e9de96cd27ed10ff83ee4dd
Changes: https://github.com/w3c/csswg-drafts/commit/82a6bd4a81f9b8db4d5e7da4349d55e0dfc14dcf
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/2201#issuecomment-363027795
Resolved: Editorial
----
Issue 4.
Summary: Specify minimum required track count
From: Toby Reif
Comment: https://github.com/w3c/csswg-drafts/issues/2261
Comment: https://github.com/w3c/csswg-drafts/issues/2261#issuecomment-365864327
Response: https://github.com/w3c/csswg-drafts/issues/2261#issuecomment-363591498
Response: https://github.com/w3c/csswg-drafts/issues/2261#issuecomment-367414140
Changes: https://github.com/w3c/csswg-drafts/commit/83c601511485340ccd7b26b2ffd73dea2ff68d5d
Changes: https://github.com/w3c/csswg-drafts/commit/fd4149e0acad0bc4446c04ada7b29e7ada07b4d4
Changes: https://github.com/w3c/csswg-drafts/commit/0f072d8fc2a6acfbdb3cdef80613b4b84138df2d
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/2261#issuecomment-397250532
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Feb/0045.html
----
Issue 5.
Summary: Clarify axis for AMS condition
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/2283
Changes: https://github.com/w3c/csswg-drafts/commit/4b784426189a2979bf0b396a6ccf8c6b763004a8
Response: https://github.com/w3c/csswg-drafts/issues/2283#issuecomment-363643213
Closed: Accepted
Resolved: Editorial
----
Issue 6.
Summary: ??????????
From: Manuel Rego Casasnovas
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/2303
Comment: https://lists.w3.org/Archives/Public/www-archive/2018Mar/0004.html
Response: https://github.com/w3c/csswg-drafts/issues/2303#issuecomment-465459842
Closed: Accepted
Notes: Follow-up in https://github.com/w3c/csswg-drafts/issues/3565
Resolved: Editor Discretion
----
Issue 7.
Summary: Intrinsic Track Sizing Algo leaves slack with overlapping spans
From: Florian Rivoal
Comment: https://github.com/w3c/csswg-drafts/issues/2356
Open: Deferred to next revision
----
Issue 8.
Summary: is auto -> behaves as auto
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/2367
Changes: https://github.com/fergald/csswg-drafts/commit/af7ffa4ba91dfa36dc8ce4fafc758a2ad453e647
Closed: Accepted
Resolved: Editorial
----
Issue 9.
Summary: Logical order exclusion for readers
From: Robert Utasi
Comment: https://github.com/w3c/csswg-drafts/issues/2405
Response: https://github.com/w3c/csswg-drafts/issues/2405#issuecomment-371528202
Closed: Rejected
Resolved: Many previous WG discussions resulting in current text
----
Issue 10.
Summary: Problem with intrinsic size of track + baseline alignment
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/2409
Response: https://github.com/w3c/csswg-drafts/issues/2409#issuecomment-376344027
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/2409#issuecomment-376453669
----
Issue 11.
Summary: Disallow repeat() in resolved track listings
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/2427
Comment: https://github.com/w3c/csswg-drafts/issues/2427#issuecomment-377357237
Response: https://github.com/w3c/csswg-drafts/issues/2427#issuecomment-378781275
Changes: https://github.com/w3c/csswg-drafts/commit/9e884b552d2f6b5f6fca0f5ca515e56fe171eb9f
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html
----
Issue 12.
Summary: 'justify-content' poorly integrated into grid sizing algo
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/2557
Comment: https://github.com/w3c/csswg-drafts/issues/2557#issuecomment-385571268
Response: https://github.com/w3c/csswg-drafts/issues/2557#issuecomment-396450274
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018May/0049.html
----
Issue 13.
Summary: Add note to explain flex values < 1
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/2617
Changes: https://github.com/w3c/csswg-drafts/commit/cfdc4a228acbabd1c4a7bda9ea467ae858396301
Closed: Accepted
Verified: Reporter is editor
Resolved: Editorial
----
Issue 14.
Summary: Auto layouts inconsistently implemented
From: Tab Aktins
Comment: https://github.com/w3c/csswg-drafts/issues/2633
Response: https://github.com/w3c/csswg-drafts/issues/2633#issuecomment-385524710
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/2633#issuecomment-385528103
----
Issue 15.
Summary: Audit spec to make sure we floor at zero where needed
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/2655
Changes: https://github.com/w3c/csswg-drafts/commit/75c72c5a919a5b7a1bec00a51e5e09e255d20688
Changes: https://github.com/w3c/csswg-drafts/commit/cc3aad3342aa50eb77ee300ffbc87e0ab07f820d
Changes: https://github.com/w3c/csswg-drafts/commit/652146011aa8ea4562dd6dee285e58bf1ba4182e
Closed: Accepted
Resolved: Bugfix
----
Issue 16a.
Summary: Computing min-content heights of percentage-sized items
From: François Remy
Comment: https://github.com/w3c/csswg-drafts/issues/2674
Response: https://github.com/w3c/csswg-drafts/issues/2674#issuecomment-389943401
Response: https://github.com/w3c/csswg-drafts/issues/2674#issuecomment-390366891
Closed: Retracted
Verified: https://github.com/w3c/csswg-drafts/issues/2674#issuecomment-390376924
----
Issue 16b.
Summary: Errors in rules for contributions of items with percentage sizing
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/2674#issuecomment-390438322
Response: https://github.com/w3c/csswg-drafts/issues/2674#issuecomment-465490328
Closed: Accepted
Resolved: Editorial + https://lists.w3.org/Archives/Public/www-style/2019Mar/0003.html
----
Issue 17.
Summary: <auto-track-list> syntax
From: Roman Dvornov
Comment: https://github.com/w3c/csswg-drafts/issues/2676
Response: https://github.com/w3c/csswg-drafts/issues/2676#issuecomment-388882264
Closed: Invalid
----
Issue 18.
Summary: Make getComputedStyle() of grid position properties return used values
From: MarkUK
Comment: https://github.com/w3c/csswg-drafts/issues/2681
Response: https://github.com/w3c/csswg-drafts/issues/2681#issuecomment-446666091
Comment: https://github.com/w3c/csswg-drafts/issues/2681#issuecomment-446784018
Comment: https://github.com/w3c/csswg-drafts/issues/2681#issuecomment-447638781
Closed: Rejected
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Dec/0019.html
----
Issue 19.
Summary: Consider align-content for row height estimation
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/2697
Response: https://github.com/w3c/csswg-drafts/issues/2697#issuecomment-396443928
Changes: https://github.com/w3c/csswg-drafts/commit/277817b114e3bee1abb9d720bb559dc557928ff5
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018May/0049.html
----
Issue 20.
Summary: Grid line ident 'auto'?
From: Eric Willigers
Comment: https://github.com/w3c/csswg-drafts/issues/2856
Response: https://github.com/w3c/csswg-drafts/issues/2856#issuecomment-401713517
Comment: https://github.com/w3c/csswg-drafts/issues/2856#issuecomment-407577100
Changes: https://github.com/w3c/csswg-drafts/pull/3002
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Aug/0008.html
----
Issue 21.
Summary: min-content track sizing should be tighter than auto
From: Tab Atkins
Comment: https://github.com/w3c/csswg-drafts/issues/2873
Open: Deferred to next revision
----
Issue 22.
Summary: Clarity in sizing dependencies across CSS
From: David Baron
Comment: https://github.com/w3c/csswg-drafts/issues/2890
Open: Deferred / OutOfScope
----
Issue 23.
Summary: Interaction of overflow and baseline on flex/grid containers
From: Daniel Holbert
Comment: https://github.com/w3c/csswg-drafts/issues/2902
Response: https://github.com/w3c/csswg-drafts/issues/2902#issuecomment-407576395
Changes: https://github.com/w3c/csswg-drafts/commit/566e3483a8441c49b026b798ba9f58a32464efca
Closed: Accepted
Resolved: Editor discretion
Verified: https://github.com/w3c/csswg-drafts/issues/2902#issuecomment-414840228
----
Issue 24.
Summary: getComputedStyle() for abspos left
From: François Remy
Comment: https://github.com/w3c/csswg-drafts/issues/2913
Response: https://github.com/w3c/csswg-drafts/issues/2913#issuecomment-405333130
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/2913#issuecomment-407887157
----
Issue 25.
Summary: naming convention of start/end
From: Bob Hamblok
Comment: https://github.com/w3c/csswg-drafts/issues/2957
Response: https://github.com/w3c/csswg-drafts/issues/2957#issuecomment-408491685
Closed: Rejected
Resolved: Previous CSSWG resolutions
----
Issue 26.
Summary: static grid position should use content-box, not padding-box
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/3020
Response: https://github.com/w3c/csswg-drafts/issues/3020#issuecomment-415086888
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Aug/0023.html
----
Issue 27.
Summary: Do fr tracks fallback baseline alignment when container is content-sized?
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/3042
Response: https://github.com/w3c/csswg-drafts/issues/3042#issuecomment-417500953
Response: https://github.com/w3c/csswg-drafts/issues/3042#issuecomment-420017233
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Feb/0003.html
Verified: https://github.com/w3c/csswg-drafts/issues/3042#issuecomment-490068495
----
Issue 28.
Summary: Define content-sized track
From: Javier Fernandez
Comment: https://github.com/w3c/csswg-drafts/issues/3044
Response: https://github.com/w3c/csswg-drafts/issues/3044#issuecomment-417502081
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/3044#issuecomment-417600547
Resolved: Editorial
----
Issue 29.
Summary: Cycling conditions for determining baseline fallbacks
From: Javier Fernanez
Comment: https://github.com/w3c/csswg-drafts/issues/3046
Response: https://github.com/w3c/csswg-drafts/issues/3046#issuecomment-420023850
Response: https://github.com/w3c/csswg-drafts/issues/3046#issuecomment-420027443
Changes: https://github.com/w3c/csswg-drafts/commit/b29122f7f58c9668779671e95838ba321c3fd65a
Response: https://github.com/w3c/csswg-drafts/issues/3046#issuecomment-428005574
Closed: Accepted
Resolved: Editor Discretion
Verified: https://github.com/w3c/csswg-drafts/issues/3046#issuecomment-446189954
----
Issue 30.
Summary: Define computed value of track listings
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/3154
Changes: https://github.com/w3c/csswg-drafts/commit/63a1d65afa5997a56b210c1cbddccdb2603ecec9
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Oct/0010.html
Verified: reporter is editor
----
Issue 31.
Summary: Can content-aligned and self-aligned items baseline-align together?
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/3200
Response: https://github.com/w3c/csswg-drafts/issues/3200#issuecomment-430675243
Changes: https://github.com/w3c/csswg-drafts/commit/9fac83ccbeb2dfbbdfebc891e2e8e1f0e364d878
Changes: https://github.com/w3c/csswg-drafts/commit/52f193c852b19616019df8f30d67cf2d67146a8a
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Oct/0010.html
----
Issue 32.
Summary: Interpolating track listings
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/3201
Response: https://github.com/w3c/csswg-drafts/issues/3201#issuecomment-428017363
Changes: https://github.com/w3c/csswg-drafts/commit/63219ae02d2d64c35fd520d3e1e7d31f3f80385f
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Dec/0019.html
----
Issue 33.
Summary: Serializing computed grid template strings
From: Tab Atkins
Comment: https://github.com/w3c/csswg-drafts/issues/3261
Response: https://github.com/w3c/csswg-drafts/issues/3261#issuecomment-433725685
Comment: https://github.com/w3c/csswg-drafts/issues/3261#issuecomment-435698461
Notes: Best behavior seems to be don't normalize specified, but 3/4 impls do.
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Nov/0003.html
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Dec/0019.html
----
Issue 34.
Summary: Rename min-size contribution
From: Tab Atkins
Comment: https://github.com/w3c/csswg-drafts/issues/3277
Response: https://github.com/w3c/csswg-drafts/issues/3277#issuecomment-446021037
Changes: https://github.com/w3c/csswg-drafts/commit/be2c57b3fe5a508008ad4e42d3253463aa851ea6
Closed: Accepted
Resolved: Editorial
----
Issue 35.
Summary: Errors in example 4
From: Gunyon
Comment: https://github.com/w3c/csswg-drafts/issues/3410
Response: https://github.com/w3c/csswg-drafts/issues/3410#issuecomment-446015138
Changes: https://github.com/w3c/csswg-drafts/commit/09f6107883f2e8a292dc0a2855af8af2291612d5
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/3410#issuecomment-446116397
Resolved: Editorial
----
Issue 36.
Summary: Clarify percentage sizing vs intrinsic sizing in grid algo
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/3418
Open: Deferred to next revision
----
Issue 37.
Summary: Non-existent line names in abspos grid positions
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/3445
Response: https://github.com/w3c/csswg-drafts/issues/3445#issuecomment-448031047
Changes: https://github.com/w3c/csswg-drafts/commit/511bb63f5f2e5757ff2cd093690c9a9c37a0bc53
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/3445#issuecomment-448176463
Resolved: Editorial
----
Issue 38.
Summary: Serializing computed span + <custom-ident>
From: Eric Willigers
Comment: https://github.com/w3c/csswg-drafts/issues/3448
Response: https://github.com/w3c/csswg-drafts/issues/3448#issuecomment-447997389
Closed: Invalid
----
Issue 39.
Summary: grid-area property definition should list longhands
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3492
Changes: https://github.com/w3c/csswg-drafts/commit/5bdd09ab3bdfc6371661561af368f02b98b797df
Closed: Accepted
Resolved: Editorial
----
Issue 40.
Summary: Clarify CCW
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3493
Changes: https://github.com/w3c/csswg-drafts/commit/1f74bc38bb28f52570ed3b05a26f2578c9e41414
Closed: Accepted
Resolved: Editorial
----
Issue 41.
Summary: Interpolation of repeat()
From: BorisChiou
Comment: https://github.com/w3c/csswg-drafts/issues/3503
Changes: https://github.com/w3c/csswg-drafts/commit/2e57e1ebf31677ce7d7b70ad8012455c455490ae
Response: https://github.com/w3c/csswg-drafts/issues/3503#issuecomment-456901487
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Jan/0010.html
----
Issue 42.
Summary: minmax(auto, min-content) under max-content constraint unintuitive
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3565
Response: https://github.com/w3c/csswg-drafts/issues/3565#issuecomment-458724703
Changes: https://github.com/w3c/csswg-drafts/commit/a3091ab46f393c5b50a5a9dcce558214041ea8d1
Open: Deferred to next revision
Resolved: =WG= Review.
----
Issue 43.
Summary: Statement about min overriding max
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3567
Response: https://github.com/w3c/csswg-drafts/issues/3567#issuecomment-458755401
Changes: https://github.com/w3c/csswg-drafts/commit/ac95c6f9b43e7f0c6a376bb0ddd6df3635138936
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/3567#issuecomment-458758329
Resolved: Editorial
----
Issue 44.
Summary: Reference to flexible min track sizing functions, which don't exist
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3568
Response: https://github.com/w3c/csswg-drafts/issues/3568#issuecomment-458746482
Closed: Accepted
Resolved: Bugfix
----
Issue 45.
Summary: Definition of fit-content() is confusing
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3569
Response: https://github.com/w3c/csswg-drafts/issues/3569#issuecomment-458758443
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/3569#issuecomment-458759330
Resolved: Editorial
----
Issue 46.
Summary: auto minimums under min/max-content constraint aren't floored at zero
From: Oriol Burfau
Comment: https://github.com/w3c/csswg-drafts/issues/3570
Response: https://github.com/w3c/csswg-drafts/issues/3570#issuecomment-458756448
Closed: Accepted
Resolved: Bugfix
----
Issue 47.
Summary: Improve description of auto tracks
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/3571
Changes: https://github.com/w3c/csswg-drafts/commit/17c9ad19127e2bbe9c9c4a03019e260d9b7bfa09
Closed: Accepted
Verified: https://github.com/w3c/csswg-drafts/issues/3571#issuecomment-458782759
Resolved: Editorial
----
Issue 48.
Summary:
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3573
Response: https://github.com/w3c/csswg-drafts/issues/3573#issuecomment-459548869
Closed: Accepted
Resolved: Bugfix
----
Issue 49.
Summary: auto min size definition accidentally references min track sizes
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3581
Response: https://github.com/w3c/csswg-drafts/issues/3581#issuecomment-459548257
Changes: https://github.com/w3c/csswg-drafts/commit/1d563d1ceb75b1ccaed284652166016a802c32ad
Closed: Accepted
Resolved: Bugfix
----
Issue 50.
Summary: Define intrinsic size contribution of fit-content(indefinite %)
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3585
Response: https://github.com/w3c/csswg-drafts/issues/3585#issuecomment-461321936
Changes: https://github.com/w3c/csswg-drafts/commit/d110d63e244b4e04640447c9e26ae993da7e8091
Closed: Accepted
Resolved: Editorial
----
Issue 51.
Summary: Clarify percentages behaving as auto
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3612
Response: https://github.com/w3c/csswg-drafts/issues/3612#issuecomment-499749538
Closed: Accepted
Resolved: Editor Discretion
----
Issue 52.
Summary: Wording sloppy wrt base size vs min track sizing function
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3614
Changes: https://github.com/w3c/csswg-drafts/commit/93f0feba42b29da59029891ca4cc4a2e8ddf95d9
Closed: Accepted
Resolved: Editorial
----
Issue 53.
Summary: "Distribute space to base sizes up to growth limits" unclear
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3615
Response: https://github.com/w3c/csswg-drafts/issues/3615#issuecomment-461317375
Changes: https://github.com/w3c/csswg-drafts/commit/d5b1ee8ecde26e7a55e3b94774612007079e5758
Changes: https://github.com/w3c/csswg-drafts/commit/9fbbae380169505a2f0ebe090ee2a321e4b73633
Closed: Accepted
----
Issue 54.
Summary: Sizing algorithm doesn't define span > 2
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3617
Response: https://github.com/w3c/csswg-drafts/issues/3617#issuecomment-460856916
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/3617#issuecomment-460859694
----
Issue 55.
Summary: Sizing span >= 2 inconsistent with span 1
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-461330465
Response: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-461330465
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-461396941
----
Issue 56.
Summary: Add note saying that span >= 2 is consistent with span 1
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-461396941
Response: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-465493193
Changes: https://github.com/w3c/csswg-drafts/commit/c223e32244e7aa6b0fb742f62ba7ea48fdfa7717
Closed: Accepted
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-465542647
----
Issue 57.
Summary: Add note that minimum contribution <= min-content contribution
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-461396941
Changes: https://github.com/w3c/csswg-drafts/commit/7676ea26bcedaa69835fe43b92361523b3ef5890
Closed: Accepted
Resolved: Editorial
----
Issue 58.
Summary: Tweak wording referencing base sizes.
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3614
Changes: https://github.com/w3c/csswg-drafts/commit/93f0feba42b29da59029891ca4cc4a2e8ddf95d9
Closed: Accepted
Resolved: Editorial
----
Issue 59.
Summary: Clarify references to item-incurred increase
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3615
Changes: https://github.com/w3c/csswg-drafts/commit/d5b1ee8ecde26e7a55e3b94774612007079e5758
Changes: https://github.com/w3c/csswg-drafts/commit/9fbbae380169505a2f0ebe090ee2a321e4b73633
Closed: Accepted
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/3615#issuecomment-461317375
----
Issue 60.
Summary: Editorial structure of extra space distribution
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3616
Response: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-461330465
Comment: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-461396941
Changes: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-461396941
Changes: https://github.com/w3c/csswg-drafts/commit/c223e32244e7aa6b0fb742f62ba7ea48fdfa7717
Closed: Accepted
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/3616#issuecomment-465542647
----
Issue 61.
Summary: Sizing algorithm missing case for span > 2
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3617
Response: https://github.com/w3c/csswg-drafts/issues/3617#issuecomment-460856916
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/3617#issuecomment-460859694
----
Issue 62.
Summary: Minimums when mixing auto/min-content/max-content tracks
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3621
Response: https://github.com/w3c/csswg-drafts/issues/3621#issuecomment-499356530
Changes: https://github.com/w3c/csswg-drafts/commit/a6d8950c38e8bcadc28862fe70485c8d12911f8e
Changes: https://github.com/w3c/csswg-drafts/commit/66d84cdf6f394c5fb10126182ec98afb8ca2de8a
Closed: Accepted
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/3621#issuecomment-550322171
----
Issue 63.
Summary: Empty tracks should contribute to scrollable overflow
From: Charbel Nicolas
Comment: https://github.com/w3c/csswg-drafts/issues/3638
Response: https://github.com/w3c/csswg-drafts/issues/3638#issuecomment-484365512
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Feb/0010.html
Verified: https://github.com/w3c/csswg-drafts/issues/3638#issuecomment-465687123
----
Issue 64.
Summary: Regression in finding baseline when first row is empty
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/3645
Response: https://github.com/w3c/csswg-drafts/issues/3645#issuecomment-463055056
Response: https://github.com/w3c/csswg-drafts/issues/3645#issuecomment-472502461
Changes: https://github.com/web-platform-tests/wpt/commit/feb0d3c72e50f84de1c6de5879dc866c3fd0d9d9
Changes: https://github.com/w3c/csswg-drafts/commit/a74f96f7e29be98ee2b73ecdfedc27b3a789a410
Changes: https://github.com/w3c/csswg-drafts/commit/e85a11caa3a94682e08ca6786c0c4f528926a3d8
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Mar/0003.html
----
Issue 65.
Summary: Consider setting base sizes to growth limit under max-content constraint
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3646
Open: Deferred to next revision
----
Issue 66.
Summary: Distribute space to non-intrinsic tracks instead of breaking growth limits
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3648
Open: Deferred to next revision
----
Issue 67.
Summary: Define how child margin boxes contribute to scrollable overflow
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/3653
Response: https://github.com/w3c/csswg-drafts/issues/3653#issuecomment-484310009
Changes: https://github.com/w3c/csswg-drafts/commit/bc4f54d39258d951b93a842713d31e38844a1f35
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019May/0005.html
----
Issue 68.
Summary: Is minimum contribution a type of intrinsic contribution?
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3660
Response: https://github.com/w3c/csswg-drafts/issues/3660#issuecomment-499347404
Changes: https://github.com/w3c/csswg-drafts/commit/f72db5052ed895e0fcb9ebe11e1e44611a34c9e4#diff-4d456d4295a1298fa18e7e73bdf982d2
Closed: Accepted
Resolved: Editorial
----
Issue 69.
Summary: Include padding in scrollable overflow area
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/3665
Response: https://github.com/w3c/csswg-drafts/issues/3665#issuecomment-467955648
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019May/0009.html
----
Issue 70.
Summary: Don't expand flexible tracks under a min-content constraint
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3683
Response: https://github.com/w3c/csswg-drafts/issues/3683#issuecomment-499345155
Changes: https://github.com/w3c/csswg-drafts/commit/d891281464dce8a6b33837100deacff9022e4101
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Jun/0003.html
----
Issue 71.
Summary: min-content size of grid container in block axis differs from max-content
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3684
Open: Blocked on css-sizing-3 issue https://github.com/w3c/csswg-drafts/issues/3973
----
Issue 72.
Summary: Maximize Tracks distributes space to flex tracks but not by ratio
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3693
Response: https://github.com/w3c/csswg-drafts/issues/3693#issuecomment-499342924
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Jun/0003.html
Verified: https://github.com/w3c/csswg-drafts/issues/3693
----
Issue 73.
Summary: How to distribute space by ratio when sum is zero?
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3694
Response: https://github.com/w3c/csswg-drafts/issues/3694#issuecomment-499326875
Changes: https://github.com/w3c/csswg-drafts/commit/5a43ab7210d08c9a012a7697eb39a382f8133079
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Jun/0003.html
----
Issue 74.
Summary: Automatic min sizes should not cause items to overflow fixed tracks
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3705
Response: https://github.com/w3c/csswg-drafts/issues/3705#issuecomment-499329698
Changes: https://github.com/w3c/csswg-drafts/commit/8b98983a37362c939a3e7d6abd345297fecd4967
Changes: https://github.com/w3c/csswg-drafts/commit/90511c68da5d25661d8aa3aabcf51486b9b5e541
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Jul/0013.html
----
Issue 75.
Summary: Simplify sentence
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3706
Comment: https://github.com/w3c/csswg-drafts/issues/3706#issuecomment-469896096
Changes: https://github.com/w3c/csswg-drafts/commit/201a41cd7199736d44422e76a44b6d99bca23bf0
Closed: Accepted
Resolved: Editorial
----
Issue 76.
Summary: Broken anchor
From: Huijing Chen
Comment: https://github.com/w3c/csswg-drafts/issues/3883
Response: https://github.com/w3c/csswg-drafts/issues/3883#issuecomment-493230420
Changes: https://github.com/w3c/csswg-drafts/commit/65ba881a95d5da281477ee22372101881865615d
Closed: Accepted
Resolved: Editorial
----
Issue 77.
Summary: Clarify intention of minimum contribution
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/4016
Changes: https://github.com/w3c/csswg-drafts/commit/d5b753c962487bcc446926f7e6107234f8eef56b
Closed: Accepted
Resolved: Editorial
Verified: reporter is editor
----
Issue 78.
Summary: Floor max by min in auto-repeat with minmax() tracks
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/4043
Response: https://github.com/w3c/csswg-drafts/issues/4043#issuecomment-548970291
Changes: https://github.com/w3c/csswg-drafts/commit/5622ca1e78786f3e87d48471a297ab988aaa82f3
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Nov/0009.html
----
Issue 79.
Summary: Clarify resolved value of track listing only special on grid container
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4063
Changes: https://github.com/w3c/csswg-drafts/commit/24991f9dd3a0dd983705d1a6b38fcd919665ebab
Closed: Accepted
Resolved: Bugfix
----
Issue 80.
Summary: Blockification should use computed value of element, not box
From: Emilio Cobos Álvarez
Comment: https://github.com/w3c/csswg-drafts/issues/4065
Changes: https://github.com/w3c/csswg-drafts/commit/0db00e1870bcb74bd820f89beed168514d9a6ec5
Response: https://github.com/w3c/csswg-drafts/issues/4065#issuecomment-548924024
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Nov/0009.html
Verified: https://github.com/w3c/csswg-drafts/issues/4065#issuecomment-553319697
----
Issue 81.
Summary: Serialization of grid-template-rows/columns
From: Eric Willigers
Comment: https://github.com/w3c/csswg-drafts/issues/4173
Response: https://github.com/w3c/csswg-drafts/issues/4173#issuecomment-533474227
Closed: Retracted
Verified: https://github.com/w3c/csswg-drafts/issues/4173#event-2649645415
----
Issue 82.
Summary: Sizing aspect-ratio-only boxes to grid container
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/4228
Open: Deferred to next revision
----
Issue 82.
Summary: Set flex track initial growth limit to infinity (instead of assuming)
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4228
Changes: https://github.com/w3c/csswg-drafts/commit/41019d2c5da3b4e697dc2b5fb9bedd736d6d194e
Closed: Accepted
Resolved: Editorial
Verified: Merged reporter's own PR
----
Issue 83.
Summary: Bad formatting / markup error
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4332
Changes: https://github.com/w3c/csswg-drafts/commit/dbe3f639dd940ba102df11cb1ea5e8bd8158846a
Closed: Accepted
Resolved: Editorial
Verified: reporter is editor
----
Issue 84.
Summary: Spaces in grid-template-areas serialization
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4335
Comment: https://github.com/w3c/csswg-drafts/issues/4335#issuecomment-533091177
Response: https://github.com/w3c/csswg-drafts/issues/4335#issuecomment-548962309
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Nov/0007.html
Verified: participated in WG consensus
----
Issue 85.
Summary: Resolved values of grid-template-rows/columns don't round-trip
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4475
Open: Deferred to next revision
----
Issue 86.
Summary: Invalid propdef syntax, unclear if repeat allows zero
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/4479
Response: https://github.com/w3c/csswg-drafts/issues/4479#issuecomment-548952782
Changes: https://github.com/w3c/csswg-drafts/commit/ccd94deea1eb5243842ff4e76382d5eb67e6e71c
Closed: Accepted
Resolved: Bugfix
----
Issue 87.
Summary: Repetitions against indefinite grid unclear
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/4480
Open: Deferred to next revision
----
Issue 88.
Summary: Confusing reference to "flexible track"
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4544
Changes: https://github.com/w3c/csswg-drafts/commit/faf173cf6654a14e51c0e8498db01a0496adbdb7
Closed: Accepted
Resolved: Editorial
----
Issue 89.
Summary: Clarify handling of fit-content() growth limits
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4549
Response: https://github.com/w3c/csswg-drafts/issues/4549#issuecomment-662718050
Changes: https://github.com/w3c/csswg-drafts/commit/64494c001f8a9da9bc0efd7bc760240b726f97a2
Changes: https://github.com/w3c/csswg-drafts/commit/4f4fde91831eb51820585aa4b1c29f8b4f4687c8
Open: Deferred to next revision
----
Issue 90.
Summary: Do grid items with no baseline participate in baseline alignment?
From: Mats Palmgren
Comment: https://github.com/w3c/csswg-drafts/issues/4675
Response: https://github.com/w3c/csswg-drafts/issues/4675#issuecomment-620742941
Changes: https://github.com/w3c/csswg-drafts/commit/3bd261f0b92c7087640b6249e8f865f0ba9ccb6d
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Mar/0013.html
----
Issue 91.
Summary: Intrinsic contributions for items spanning flex tracks not Web-compatible
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4783
Response: https://github.com/w3c/csswg-drafts/issues/4783#issuecomment-587749012
Closed: Accepted
Resolved: CSSWG 2020-07-27
Verified: https://github.com/w3c/csswg-drafts/issues/4783#issuecomment-667237434
----
Issue 92.
Summary: Definition of fit-content() uses min() and max() backwards
From: Tab Atkins
Comment: https://github.com/w3c/csswg-drafts/issues/4789
Changes: https://github.com/w3c/csswg-drafts/commit/de2577cce3bda75e2d207494a9cb27c2abfa9a28
Closed: Accepted
Resolved: Bugfix
Verified: Reporter is editor
----
Issue 93.
Summary: Spanning items not increased by min-content contributions
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4790
Comment: https://github.com/w3c/csswg-drafts/issues/5352
Response: https://github.com/w3c/csswg-drafts/issues/4790#issuecomment-662727415
Closed: Accepted
Resolved: Bugfix + WG resolution 2020-07-27
----
Issue 94.
Summary: Accounting for min-size when distributing free space
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4852
Open: Deferred to next revision
----
Issue 95.
Summary: When grid-template-areas expands the explicit grid?
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4914
Response: https://github.com/w3c/csswg-drafts/issues/4914#issuecomment-608925290
Changes: https://github.com/w3c/csswg-drafts/commit/bae5afe6d692a2ae96bb524360f269933a5b044b
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Jul/0010.html
----
Issue 96.
Summary: Error in example
From: Cameron McCormack
Comment: https://github.com/w3c/csswg-drafts/issues/4991
Changes: https://github.com/w3c/csswg-drafts/commit/e4391db71a0739ebd32b2b2c5b193093cac9c66f
Closed: Accepted
Resolved: Editorial
----
Issue 97.
Summary: Typo
From: Cameron McCormack
Comment: https://github.com/w3c/csswg-drafts/issues/4994
Changes: https://github.com/w3c/csswg-drafts/commit/841f5a95dcfa1d206fd2587eed4b381385608923
Closed: Accepted
Resolved: Editorial
----
Issue 98.
Summary: Should grid-template-areas accept empty strings?
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/5110
Response: https://github.com/w3c/csswg-drafts/issues/5110#issuecomment-655191252
Changes: https://github.com/w3c/csswg-drafts/commit/4e81c0422009398f27b020987ae1b454e650a9bb
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Jul/0010.html
----
Issue 99.
Summary: Clarify that line 1 is never implicit
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/5122
Response: https://github.com/w3c/csswg-drafts/issues/5122#issuecomment-634721981
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/5122#issuecomment-634726483
----
Issue 100.
Summary: Grid baseline from not-first row should prioritize participating items
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/5293
Changes: https://github.com/w3c/csswg-drafts/commit/916d4581221ef17550619654c5022af820690135
Closed: Accepted
Resolved: Bugfix
Verified: reporter is editor
----
Issue 101.
Summary: Step 2.2 of Distribute Extra space confusingly written for growth limits
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/5351
Closed: Accepted
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/5351#issuecomment-662987876
----
Issue 102.
Summary: fit-content() arg should affect distribution of spanning item min contrib
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4549#issuecomment-662738127
Response: https://github.com/w3c/csswg-drafts/issues/4549#issuecomment-662754902
Open: Deferred to next revision
----