-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathissues-cr-2018.html
More file actions
544 lines (536 loc) · 46.7 KB
/
issues-cr-2018.html
File metadata and controls
544 lines (536 loc) · 46.7 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
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
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Flexible Box Module Level 1 Disposition of Comments for 2018-11-19 CR</title>
<style type="text/css">
pre, .legend { border: solid thin silver; padding: 0.2em; white-space: normal; }
.legend summary { font-weight: bold; }
summary { cursor: pointer; }
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, dt { font-weight: bold; }
dl.compact { display: grid; grid-template-columns: auto 1fr; }
dt { grid-column: 1 }
dd { grid-column: 2 }
ins { color: green; }
del { color: #A00; }
</style>
<h1>CSS Flexible Box Module Level 1 Disposition of Comments for 2018-11-19 CR</h1>
<dl class="compact">
<dt>Dated Draft: <dd><a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/">https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/</a>
<dt>Editor's Draft: <dd><a href="http://drafts.csswg.org/css-flexbox-1/">http://drafts.csswg.org/css-flexbox-1/</a>
</dl>
<details class="legend">
<summary>Disposition Status Legend and Filters</summary>
<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>
</details>
<pre class='open ' id='issue-1'>
<span>Issue 1. <a href='#issue-1'>#</a></span>
<span>Summary: Clarifications to size computation dependencies</span>
<span>From: dbaron</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2890'>https://github.com/w3c/csswg-drafts/issues/2890</a></span>
<span class="">Open: Pending deeper investigation, scope of edits unknown</span>
<span>Previous: <a href='https://drafts.csswg.org/css-flexbox-1/issues-cr-2017#issue-14'>https://drafts.csswg.org/css-flexbox-1/issues-cr-2017#issue-14</a></span></pre>
<pre class='open ' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: Investigate applying align-content to single-line flex containers</span>
<span>From: Tab Atkins and fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3052'>https://github.com/w3c/csswg-drafts/issues/3052</a></span>
<span class="">Open: Pending Web-compat investigation</span>
<span>Previous: <a href='https://drafts.csswg.org/css-flexbox-1/issues-cr-2017#issue-16'>https://drafts.csswg.org/css-flexbox-1/issues-cr-2017#issue-16</a></span></pre>
<pre class=' a' id='issue-3'>
<span>Issue 3. <a href='#issue-3'>#</a></span>
<span>Summary: Baseline alignment of inline flex containers</span>
<span>From: Manuel Rego Casasnovas</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3416'>https://github.com/w3c/csswg-drafts/issues/3416</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3416'>https://github.com/w3c/csswg-drafts/issues/3416</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-4'>
<span>Issue 4. <a href='#issue-4'>#</a></span>
<span>Summary: Clarify referent in definite sizes section</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3531'>https://github.com/w3c/csswg-drafts/issues/3531</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/dbd98f29f7d4cea59078a03b262c8b75f63ee66a'>https://github.com/w3c/csswg-drafts/commit/dbd98f29f7d4cea59078a03b262c8b75f63ee66a</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: Collapse bullets 1 & 3 in definite sizes section</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3531'>https://github.com/w3c/csswg-drafts/issues/3531</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3531#issuecomment-657785333'>https://github.com/w3c/csswg-drafts/issues/3531#issuecomment-657785333</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: Initial values inconsistent with css-align</span>
<span>From: Eric Willigers</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3636'>https://github.com/w3c/csswg-drafts/issues/3636</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3636#issuecomment-463050318'>https://github.com/w3c/csswg-drafts/issues/3636#issuecomment-463050318</a></span>
<span class="d">Closed: Deferred</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3636#issuecomment-466987045'>https://github.com/w3c/csswg-drafts/issues/3636#issuecomment-466987045</a></span></pre>
<pre class=' a' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: Include padding in scrollable overflow area</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3665'>https://github.com/w3c/csswg-drafts/issues/3665</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3665#issuecomment-484360912'>https://github.com/w3c/csswg-drafts/issues/3665#issuecomment-484360912</a></span>
<span class="a">Closed: Accepted / OutOfScope</span>
<span class="a">Verified: Reporter is editor</span></pre>
<pre class=' oi' id='issue-8'>
<span>Issue 8. <a href='#issue-8'>#</a></span>
<span>Summary: Missing change in changes section</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3668'>https://github.com/w3c/csswg-drafts/issues/3668</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3668#issuecomment-624938271'>https://github.com/w3c/csswg-drafts/issues/3668#issuecomment-624938271</a></span>
<span>Resolved: Editorial</span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-9'>
<span>Issue 9. <a href='#issue-9'>#</a></span>
<span>Summary: Max-size clamping of specified size is superfluous</span>
<span>From: David Grogan</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3669'>https://github.com/w3c/csswg-drafts/issues/3669</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3669#issuecomment-484308507'>https://github.com/w3c/csswg-drafts/issues/3669#issuecomment-484308507</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editorial</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3669#issuecomment-484577682'>https://github.com/w3c/csswg-drafts/issues/3669#issuecomment-484577682</a></span></pre>
<pre class=' a' id='issue-10'>
<span>Issue 10. <a href='#issue-10'>#</a></span>
<span>Summary: Cross-axis max-size not taken into account</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3736'>https://github.com/w3c/csswg-drafts/issues/3736</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3736#issuecomment-502849251'>https://github.com/w3c/csswg-drafts/issues/3736#issuecomment-502849251</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3736#issuecomment-502854165'>https://github.com/w3c/csswg-drafts/issues/3736#issuecomment-502854165</a></span></pre>
<pre class=' oi' id='issue-11'>
<span>Issue 11. <a href='#issue-11'>#</a></span>
<span>Summary: Example characters are Chinese not Japanese</span>
<span>From: ringbell</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3957'>https://github.com/w3c/csswg-drafts/issues/3957</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495062702'>https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495062702</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495265608'>https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495265608</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495303500'>https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495303500</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-12'>
<span>Issue 12. <a href='#issue-12'>#</a></span>
<span>Summary: Blockification should be based on computed value, not box display</span>
<span>From: Emilio Cobos Àlvarez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4065'>https://github.com/w3c/csswg-drafts/issues/4065</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/4065#issuecomment-548924024'>https://github.com/w3c/csswg-drafts/issues/4065#issuecomment-548924024</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/0db00e1870bcb74bd820f89beed168514d9a6ec5'>https://github.com/w3c/csswg-drafts/commit/0db00e1870bcb74bd820f89beed168514d9a6ec5</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2019Nov/0009.html'>https://lists.w3.org/Archives/Public/www-style/2019Nov/0009.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2019Nov/0009.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/4065#issuecomment-553319697'>https://github.com/w3c/csswg-drafts/issues/4065#issuecomment-553319697</a></span></pre>
<pre class=' a' id='issue-13'>
<span>Issue 13. <a href='#issue-13'>#</a></span>
<span>Summary: ICB clamping of orthogonal flows should apply to flex container itself</span>
<span>From: Tab Atkins</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4221'>https://github.com/w3c/csswg-drafts/issues/4221</a></span>
<span class="a">Closed: Accepted / OutOfScope (css-writing-modes-4)</span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/de44f988b329fe6c4b98b3ddc40a90322abdb2d4'>https://github.com/w3c/csswg-drafts/commit/de44f988b329fe6c4b98b3ddc40a90322abdb2d4</a></span>
<span>Resolved: 29 July 2021 vF2F</span></pre>
<pre class=' a' id='issue-14'>
<span>Issue 14. <a href='#issue-14'>#</a></span>
<span>Summary: aspect ratio rules should also apply to other content-based sizes</span>
<span>From: Tab Atkins</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4226'>https://github.com/w3c/csswg-drafts/issues/4226</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-15'>
<span>Issue 15. <a href='#issue-15'>#</a></span>
<span>Summary: Definiteness of inflexible item with min-height: auto</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4305'>https://github.com/w3c/csswg-drafts/issues/4305</a></span>
<span class="">Closed: Duplicate</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/4305#issuecomment-898011507'>https://github.com/w3c/csswg-drafts/issues/4305#issuecomment-898011507</a></span></pre>
<pre class=' a' id='issue-16'>
<span>Issue 16. <a href='#issue-16'>#</a></span>
<span>Summary: min-height:auto should use "definite" rather than "percentage resolution"</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4310'>https://github.com/w3c/csswg-drafts/issues/4310</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/4310#issuecomment-881066054'>https://github.com/w3c/csswg-drafts/issues/4310#issuecomment-881066054</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/f6ff4e1b001a1a391bf8131d25f0c65a9d60fa9e'>https://github.com/w3c/csswg-drafts/commit/f6ff4e1b001a1a391bf8131d25f0c65a9d60fa9e</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/4310#issuecomment-897985279'>https://github.com/w3c/csswg-drafts/issues/4310#issuecomment-897985279</a></span></pre>
<pre class=' a' id='issue-17'>
<span>Issue 17. <a href='#issue-17'>#</a></span>
<span>Summary: Should definite flex-basis always make main size definite?</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4311'>https://github.com/w3c/csswg-drafts/issues/4311</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/4311#issuecomment-896372435'>https://github.com/w3c/csswg-drafts/issues/4311#issuecomment-896372435</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: 29 July 2021 vF2F</span></pre>
<pre class=' a' id='issue-18'>
<span>Issue 18. <a href='#issue-18'>#</a></span>
<span>Summary: Do unresolvable percentages prevent stretching?</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4312'>https://github.com/w3c/csswg-drafts/issues/4312</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/4312#issuecomment-531981125'>https://github.com/w3c/csswg-drafts/issues/4312#issuecomment-531981125</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/4525#issuecomment-572762219'>https://github.com/w3c/csswg-drafts/issues/4525#issuecomment-572762219</a></span>
<span class="a">Closed: Accepted / no spec changes</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2020Feb/0008.html'>https://lists.w3.org/Archives/Public/www-style/2020Feb/0008.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2020Feb/0008.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/4312#issuecomment-577645403'>https://github.com/w3c/csswg-drafts/issues/4312#issuecomment-577645403</a></span></pre>
<pre class=' ' id='issue-19'>
<span>Issue 19. <a href='#issue-19'>#</a></span>
<span>Summary: Implementations don't include item margins in scrolling area</span>
<span>From: Takao Baba</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4577#issue-534711823'>https://github.com/w3c/csswg-drafts/issues/4577#issue-534711823</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/4577#issuecomment-624946612'>https://github.com/w3c/csswg-drafts/issues/4577#issuecomment-624946612</a></span>
<span class="">Closed: Question</span></pre>
<pre class=' a' id='issue-20'>
<span>Issue 20. <a href='#issue-20'>#</a></span>
<span>Summary: Indefiniteness when sizing grid tracks in a flexible flex item</span>
<span>From: Oriol Brufau</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4852'>https://github.com/w3c/csswg-drafts/issues/4852</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/4852#issuecomment-881005699'>https://github.com/w3c/csswg-drafts/issues/4852#issuecomment-881005699</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4852#issuecomment-881087521'>https://github.com/w3c/csswg-drafts/issues/4852#issuecomment-881087521</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-21'>
<span>Issue 21. <a href='#issue-21'>#</a></span>
<span>Summary: Clamp all of specified/transferred/content sizes by max-size at once</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4901'>https://github.com/w3c/csswg-drafts/issues/4901</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/4901#issuecomment-721998482'>https://github.com/w3c/csswg-drafts/issues/4901#issuecomment-721998482</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-22'>
<span>Issue 22. <a href='#issue-22'>#</a></span>
<span>Summary: target main size is undefined at beginning of flexible length resolution</span>
<span>From: Simon Sapin</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5179'>https://github.com/w3c/csswg-drafts/issues/5179</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-642918532'>https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-642918532</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/91bab66ac6081f971c07f0d0007287439b04e6f7'>https://github.com/w3c/csswg-drafts/commit/91bab66ac6081f971c07f0d0007287439b04e6f7</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-643255222'>https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-643255222</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-858168593'>https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-858168593</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/88cb91df1257cf2dc03506169c1fa55ab52cecf7'>https://github.com/w3c/csswg-drafts/commit/88cb91df1257cf2dc03506169c1fa55ab52cecf7</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-882476818'>https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-882476818</a></span></pre>
<pre class=' a' id='issue-23'>
<span>Issue 23. <a href='#issue-23'>#</a></span>
<span>Summary: Sizing replaced flex items: "perform layout" underdefined</span>
<span>From: Simon Sapin</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5188'>https://github.com/w3c/csswg-drafts/issues/5188</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5188#issuecomment-642924434'>https://github.com/w3c/csswg-drafts/issues/5188#issuecomment-642924434</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/ab0e4fe2142c730374cd106fbabac848c9e3c8f9'>https://github.com/w3c/csswg-drafts/commit/ab0e4fe2142c730374cd106fbabac848c9e3c8f9</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/5188#issuecomment-643258449'>https://github.com/w3c/csswg-drafts/issues/5188#issuecomment-643258449</a></span></pre>
<pre class=' a' id='issue-24'>
<span>Issue 24. <a href='#issue-24'>#</a></span>
<span>Summary: Conflicting definitions of used cross size</span>
<span>From: Simon Sapin</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5190'>https://github.com/w3c/csswg-drafts/issues/5190</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-642929504'>https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-642929504</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/dbc8f6df5c759a53808c6562c550f6e1d695ef50'>https://github.com/w3c/csswg-drafts/commit/dbc8f6df5c759a53808c6562c550f6e1d695ef50</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-643269004'>https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-643269004</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-858162321'>https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-858162321</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-882479837'>https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-882479837</a></span></pre>
<pre class=' a' id='issue-25'>
<span>Issue 25. <a href='#issue-25'>#</a></span>
<span>Summary: Clarify aspect ratio calculations box</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5246'>https://github.com/w3c/csswg-drafts/issues/5246</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5246#issuecomment-668848636'>https://github.com/w3c/csswg-drafts/issues/5246#issuecomment-668848636</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/5246#issuecomment-682211322'>https://github.com/w3c/csswg-drafts/issues/5246#issuecomment-682211322</a></span></pre>
<pre class=' a' id='issue-26'>
<span>Issue 26. <a href='#issue-26'>#</a></span>
<span>Summary: Undefined transferred size suggestion</span>
<span>From: David Grogan</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5347'>https://github.com/w3c/csswg-drafts/issues/5347</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5347#issuecomment-722005487'>https://github.com/w3c/csswg-drafts/issues/5347#issuecomment-722005487</a></span>
<span>Resolved: Editorial</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/5347#issuecomment-722015784'>https://github.com/w3c/csswg-drafts/issues/5347#issuecomment-722015784</a></span></pre>
<pre class=' r' id='issue-27'>
<span>Issue 27. <a href='#issue-27'>#</a></span>
<span>Summary: Percentages don't account for gaps</span>
<span>From: Jacob Bearce</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5399'>https://github.com/w3c/csswg-drafts/issues/5399</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5399#issuecomment-669258207'>https://github.com/w3c/csswg-drafts/issues/5399#issuecomment-669258207</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editor discretion</span></pre>
<pre class='open ' id='issue-28'>
<span>Issue 28. <a href='#issue-28'>#</a></span>
<span>Summary: Avoid percentage height quirk in new layout models</span>
<span>From: Oriol Brufau</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5545'>https://github.com/w3c/csswg-drafts/issues/5545</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-866353633'>https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-866353633</a></span>
<span class="">Open: <a href='https://github.com/whatwg/quirks/pull/76'>https://github.com/whatwg/quirks/pull/76</a></span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-1939708351'>https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-1939708351</a></span></pre>
<pre class=' a' id='issue-29'>
<span>Issue 29. <a href='#issue-29'>#</a></span>
<span>Summary: Initial value of flex-grow incorrect?</span>
<span>From: Louis Lazaris</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5602'>https://github.com/w3c/csswg-drafts/issues/5602</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5602#issuecomment-706440060'>https://github.com/w3c/csswg-drafts/issues/5602#issuecomment-706440060</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/5602#issuecomment-706580966'>https://github.com/w3c/csswg-drafts/issues/5602#issuecomment-706580966</a></span></pre>
<pre class=' a' id='issue-30'>
<span>Issue 30. <a href='#issue-30'>#</a></span>
<span>Summary: Define -webkit- aliases in css-flexbox-1</span>
<span>From: Sam Sneddon</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5634'>https://github.com/w3c/csswg-drafts/issues/5634</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5634#issuecomment-722049318'>https://github.com/w3c/csswg-drafts/issues/5634#issuecomment-722049318</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/cd97478183c75a8cde070d91fad4c3f1e55b6765'>https://github.com/w3c/csswg-drafts/commit/cd97478183c75a8cde070d91fad4c3f1e55b6765</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2020Nov/0007.html'>https://lists.w3.org/Archives/Public/www-style/2020Nov/0007.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2020Nov/0007.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-31'>
<span>Issue 31. <a href='#issue-31'>#</a></span>
<span>Summary: Does definite cross-size from container transfer across ratio?</span>
<span>From: Ting-yu Lin</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5663'>https://github.com/w3c/csswg-drafts/issues/5663</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5663#issuecomment-721453016'>https://github.com/w3c/csswg-drafts/issues/5663#issuecomment-721453016</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class='open d' id='issue-32'>
<span>Issue 32. <a href='#issue-32'>#</a></span>
<span>Summary: Omitted flex-basis from flex shorthand: 0 or 0%?</span>
<span>From: Emilio Cobos Álvarez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5742'>https://github.com/w3c/csswg-drafts/issues/5742</a></span>
<span class="d">Open: Deferred</span>
<span>Note: Waiting for implementations to catch up on intrinsic sizing</span></pre>
<pre class='open d' id='issue-33'>
<span>Issue 33. <a href='#issue-33'>#</a></span>
<span>Summary: Alignment vs static position of abspos flex container children</span>
<span>From: Daniel Holbert</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5843'>https://github.com/w3c/csswg-drafts/issues/5843</a></span>
<span class="d">Open: Deferred</span>
<span>Note: Needs compat data</span></pre>
<pre class=' a' id='issue-34'>
<span>Issue 34. <a href='#issue-34'>#</a></span>
<span>Summary: order applies-to doesn't mention grid items</span>
<span>From: Julian Descottes</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5865'>https://github.com/w3c/csswg-drafts/issues/5865</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5865#issuecomment-884323316'>https://github.com/w3c/csswg-drafts/issues/5865#issuecomment-884323316</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5865#issuecomment-884524335'>https://github.com/w3c/csswg-drafts/issues/5865#issuecomment-884524335</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5865#issuecomment-885235341'>https://github.com/w3c/csswg-drafts/issues/5865#issuecomment-885235341</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/0259f1f7df9fc4649501c3a4735261418e667a3a'>https://github.com/w3c/csswg-drafts/commit/0259f1f7df9fc4649501c3a4735261418e667a3a</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/cf784533604d82add454a04078f6810637209e97'>https://github.com/w3c/csswg-drafts/commit/cf784533604d82add454a04078f6810637209e97</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2021Jul/0011.html'>https://lists.w3.org/Archives/Public/www-style/2021Jul/0011.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2021Jul/0011.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-35'>
<span>Issue 35. <a href='#issue-35'>#</a></span>
<span>Summary: collapsed flex items influence on containers intrinsic main size</span>
<span>From: Daniel Holbert</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5985'>https://github.com/w3c/csswg-drafts/issues/5985</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/5985#issuecomment-858135479'>https://github.com/w3c/csswg-drafts/issues/5985#issuecomment-858135479</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/60ffc4058780d832d880a076fe02788f0cc6e8a7'>https://github.com/w3c/csswg-drafts/commit/60ffc4058780d832d880a076fe02788f0cc6e8a7</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2021Jun/0010.html'>https://lists.w3.org/Archives/Public/www-style/2021Jun/0010.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2021Jun/0010.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/5985#issuecomment-862543001'>https://github.com/w3c/csswg-drafts/issues/5985#issuecomment-862543001</a></span></pre>
<pre class=' a' id='issue-36'>
<span>Issue 36. <a href='#issue-36'>#</a></span>
<span>Summary: preferred aspect ratio doesn't include aspect-ratio property</span>
<span>From: Christian Biesinger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6058'>https://github.com/w3c/csswg-drafts/issues/6058</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6058#issuecomment-788160821'>https://github.com/w3c/csswg-drafts/issues/6058#issuecomment-788160821</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/6058#issuecomment-788163962'>https://github.com/w3c/csswg-drafts/issues/6058#issuecomment-788163962</a></span></pre>
<pre class=' a' id='issue-37'>
<span>Issue 37. <a href='#issue-37'>#</a></span>
<span>Summary: Clarify handling of aspect ratio without definite cross size</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6109'>https://github.com/w3c/csswg-drafts/issues/6109</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/2cbe6b3964d07df1190fefb201b720b86675a513'>https://github.com/w3c/csswg-drafts/commit/2cbe6b3964d07df1190fefb201b720b86675a513</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span>
<span class="a">Verified: commenter is editor</span></pre>
<pre class=' r' id='issue-38'>
<span>Issue 38. <a href='#issue-38'>#</a></span>
<span>Summary: content overflows flex container instead of flex item</span>
<span>From: Joe Pea</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6260'>https://github.com/w3c/csswg-drafts/issues/6260</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6260#issuecomment-858829549'>https://github.com/w3c/csswg-drafts/issues/6260#issuecomment-858829549</a></span>
<span class="r">Closed: Rejected</span>
<span>Note: Cannot change behavior at this point anyway</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-39'>
<span>Issue 39. <a href='#issue-39'>#</a></span>
<span>Summary: Example 4 unreadable in dark mode</span>
<span>From: Daniel Holbert</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6387'>https://github.com/w3c/csswg-drafts/issues/6387</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/38cab179f81ccd3aeda7f5d25589ef233b607a7a'>https://github.com/w3c/csswg-drafts/commit/38cab179f81ccd3aeda7f5d25589ef233b607a7a</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-40'>
<span>Issue 40. <a href='#issue-40'>#</a></span>
<span>Summary: resolving flex item auto preferred size for max-content contribution</span>
<span>From: Andy Jakubowski</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6455'>https://github.com/w3c/csswg-drafts/issues/6455</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6455#issuecomment-896378575'>https://github.com/w3c/csswg-drafts/issues/6455#issuecomment-896378575</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/fe5ad42fe7568e3864f793b6b6b257ad5c3b9f81'>https://github.com/w3c/csswg-drafts/commit/fe5ad42fe7568e3864f793b6b6b257ad5c3b9f81</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/6455#issuecomment-896378575'>https://github.com/w3c/csswg-drafts/issues/6455#issuecomment-896378575</a> (thumbs up)</span></pre>
<pre class='open ' id='issue-41'>
<span>Issue 41. <a href='#issue-41'>#</a></span>
<span>Summary: Definiteness of min-height: min-content/max-content undefined</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6457'>https://github.com/w3c/csswg-drafts/issues/6457</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/d0f304031403ac1e286bb5f0beafdeca3d0e6e14'>https://github.com/w3c/csswg-drafts/commit/d0f304031403ac1e286bb5f0beafdeca3d0e6e14</a></span>
<span class="">Open: <a href='https://github.com/w3c/csswg-drafts/issues/6457#issuecomment-1992500598'>https://github.com/w3c/csswg-drafts/issues/6457#issuecomment-1992500598</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2021Oct/0004.html'>https://lists.w3.org/Archives/Public/www-style/2021Oct/0004.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2021Oct/0004.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' ' id='issue-42'>
<span>Issue 42. <a href='#issue-42'>#</a></span>
<span>Summary: When can available space for flex items be infinite?</span>
<span>From: Andy Jakubowski</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6476'>https://github.com/w3c/csswg-drafts/issues/6476</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6476#issuecomment-897880817'>https://github.com/w3c/csswg-drafts/issues/6476#issuecomment-897880817</a></span>
<span class="">Closed: Answered</span></pre>
<pre class=' ' id='issue-43'>
<span>Issue 43. <a href='#issue-43'>#</a></span>
<span>Summary: Resolving percentage padding on flex items</span>
<span>From: Andy Jakubowski</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6510'>https://github.com/w3c/csswg-drafts/issues/6510</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6510#issuecomment-897885776'>https://github.com/w3c/csswg-drafts/issues/6510#issuecomment-897885776</a></span>
<span class="">Closed: Answered</span></pre>
<pre class=' a' id='issue-44'>
<span>Issue 44. <a href='#issue-44'>#</a></span>
<span>Summary: Add flex layout aliases for alignment properties</span>
<span>From: Tab Atkins</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6514'>https://github.com/w3c/csswg-drafts/issues/6514</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6514#issuecomment-917222064'>https://github.com/w3c/csswg-drafts/issues/6514#issuecomment-917222064</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-45'>
<span>Issue 45. <a href='#issue-45'>#</a></span>
<span>Summary: flex shorthand defaults conflict with flex-grow/shrink initial values</span>
<span>From: pnabbefeld</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6639'>https://github.com/w3c/csswg-drafts/issues/6639</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922242306'>https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922242306</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922256842'>https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922256842</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-1220029390'>https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-1220029390</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/ef78972c3944f98919f41a4a9b6c841989f28168'>https://github.com/w3c/csswg-drafts/commit/ef78972c3944f98919f41a4a9b6c841989f28168</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-46'>
<span>Issue 46. <a href='#issue-46'>#</a></span>
<span>Summary: Serialization of <number> in flex-grow/flex-shrink not interoperable</span>
<span>From: Sergio Villar</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6706'>https://github.com/w3c/csswg-drafts/issues/6706</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6706#issuecomment-932644943'>https://github.com/w3c/csswg-drafts/issues/6706#issuecomment-932644943</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Note: CSSOM issue <a href='https://github.com/w3c/csswg-drafts/issues/6471'>https://github.com/w3c/csswg-drafts/issues/6471</a></span></pre>
<pre class=' a' id='issue-47'>
<span>Issue 47. <a href='#issue-47'>#</a></span>
<span>Summary: Bad results from intrinsic cross size algo for column wrap flex containers</span>
<span>From: David Grogan</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6777'>https://github.com/w3c/csswg-drafts/issues/6777</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1071211730'>https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1071211730</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1220003107'>https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1220003107</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/5630e7b064addc6f2f9f57e68935e3cb3e778b65'>https://github.com/w3c/csswg-drafts/commit/5630e7b064addc6f2f9f57e68935e3cb3e778b65</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022Oct/0015.html'>https://lists.w3.org/Archives/Public/www-style/2022Oct/0015.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022Oct/0015.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-48'>
<span>Issue 48. <a href='#issue-48'>#</a></span>
<span>Summary: Parenthetical wrt preferred sizes is imprecise</span>
<span>From: David Grogan</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6778'>https://github.com/w3c/csswg-drafts/issues/6778</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6778#issuecomment-954875571'>https://github.com/w3c/csswg-drafts/issues/6778#issuecomment-954875571</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/f17ec7afe72fd14a2445354ec5e1feb34c09b597'>https://github.com/w3c/csswg-drafts/commit/f17ec7afe72fd14a2445354ec5e1feb34c09b597</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: Automatic min size should use min-intrinsic instead of min-content</span>
<span>From: David Grogan</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1218597495'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1218597495</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1219962451'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1219962451</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1220038900'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1220038900</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1226273138'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1226273138</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1248742930'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1248742930</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2010318313'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2010318313</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2125293490'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2125293490</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/pull/11690'>https://github.com/w3c/csswg-drafts/pull/11690</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2024May/0017.html'>https://lists.w3.org/Archives/Public/www-style/2024May/0017.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2024May/0017.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class='open ' id='issue-50'>
<span>Issue 50. <a href='#issue-50'>#</a></span>
<span>Summary: Flexbox alignment and margins across fragmentation breaks</span>
<span>From: Alison Maher</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6812'>https://github.com/w3c/csswg-drafts/issues/6812</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-973631150'>https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-973631150</a></span>
<span class="">Open: <a href='https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-2584970370'>https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-2584970370</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022Jan/0004.html'>https://lists.w3.org/Archives/Public/www-style/2022Jan/0004.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022Jan/0004.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-51'>
<span>Issue 51. <a href='#issue-51'>#</a></span>
<span>Summary: Percentage height resolution inside flex items with indefinite basis</span>
<span>From: Sergio Villar</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6822'>https://github.com/w3c/csswg-drafts/issues/6822</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1021925726'>https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1021925726</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/82b921239055547e72e4de0d47ab8fa0ada3e60a'>https://github.com/w3c/csswg-drafts/commit/82b921239055547e72e4de0d47ab8fa0ada3e60a</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022Jan/0016.html'>https://lists.w3.org/Archives/Public/www-style/2022Jan/0016.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022Jan/0016.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1218371795'>https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1218371795</a></span></pre>
<pre class='open ' id='issue-52'>
<span>Issue 52. <a href='#issue-52'>#</a></span>
<span>Summary: Multi-line column flex fragmentation</span>
<span>From: Alison Maher</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6855'>https://github.com/w3c/csswg-drafts/issues/6855</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102928864'>https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102928864</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102959875'>https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102959875</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/da573d2689150c1163c24faed834c7d91fe52cda'>https://github.com/w3c/csswg-drafts/commit/da573d2689150c1163c24faed834c7d91fe52cda</a></span>
<span>Open</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022Mar/0001.html'>https://lists.w3.org/Archives/Public/www-style/2022Mar/0001.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022Mar/0001.html"><abbr title="Thread">∈</abbr></a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022May/0002.html'>https://lists.w3.org/Archives/Public/www-style/2022May/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022May/0002.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' ' id='issue-53'>
<span>Issue 53. <a href='#issue-53'>#</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>