-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathissues-cr-2017.bsi
More file actions
504 lines (502 loc) · 20.5 KB
/
issues-cr-2017.bsi
File metadata and controls
504 lines (502 loc) · 20.5 KB
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
Draft: https://www.w3.org/TR/2017/CR-css-grid-1-20171214/
Title: CSS Grid Layout Level 1
Issues I'm concerned about: 33 (#3261)
----
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
Respone: 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
Open
----
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
----
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 16.
Summary: ?????
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-392908369
Changes: https://github.com/w3c/csswg-drafts/commit/8d71a739c79d3da828e9fe6a0f1eb3584b1d2d01
Open
----
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
----
Issue 22.
Summary: Clarity in sizing dependencies across CSS
From: David Baron
Comment: https://github.com/w3c/csswg-drafts/issues/2890
Open
----
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
Open: Accepted
Resolved: Editor discretion (?)
----
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: =WG= Review.
----
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
Comment: https://github.com/w3c/csswg-drafts/issues/3046#issuecomment-446189954
Open
----
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
Rsponse: 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
----
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: Accepted
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
Open: Accepted
Resolved: Editorial
----
Issue 51.
Summary: Clarify percentages behaving as auto
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/3612
Open
----
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:
Open
----
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
----