forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues-lc-20140325.html
433 lines (426 loc) · 24.5 KB
/
issues-lc-20140325.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-25 LCWD</title>
<style type="text/css">
.a { background: lightgreen }
.d { background: lightblue }
.r { background: orange }
.fo { background: red }
.open { border: solid red; padding: 0.2em; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
</style>
<h1>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-25 LCWD</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2014/WD-css-flexbox-1-20140325/">http://www.w3.org/TR/2014/WD-css-flexbox-1-20140325/</a>
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-flexbox-1/">http://dev.w3.org/csswg/css-flexbox-1/</a>
<p>The following color coding convention is used for comments:</p>
<ul>
<li class="a">Accepted or Rejected and positive response
<li class="r">Rejected and no response
<li class="fo">Rejected and negative response
<li class="d">Deferred
<li class="oi">Out-of-Scope or Invalid and not verified
</ul>
<p class=open>Open issues are marked like this</p>
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
<code>Verified</code> indicates commentor's acceptance of the response.</p>
<pre class='oi' id='issue-1'>
Issue 1. <a href='#issue-1'>#</a>
Summary: Which size do percentage heights on flex items resolve against?
From: Greg Whitworth
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0062.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0062.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0073.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0073.html</a>
Closed: Invalid
Resolved: Editor's discretion
</pre>
<pre class='a' id='issue-2'>
Issue 2. <a href='#issue-2'>#</a>
Summary: Typos
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0090.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0090.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0091.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0091.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0100.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0100.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='a' id='issue-3'>
Issue 3. <a href='#issue-3'>#</a>
Summary: Excessive recalculation of free space
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0097.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0097.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0098.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0098.html</a>
Closed: Accepted
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0099.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0099.html</a>
Resolved: Bugfix
</pre>
<pre class='a' id='issue-4'>
Issue 4. <a href='#issue-4'>#</a>
Summary: Mishandling of zero free space
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0106.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0106.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0113.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0113.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='a' id='issue-5'>
Issue 5. <a href='#issue-5'>#</a>
Summary: Change 'flex' animatability to "yes, always"
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0169.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0169.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0175.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0175.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='r' id='issue-6'>
Issue 6. <a href='#issue-6'>#</a>
Summary: Use inline size for block-axis percentage padding
From: Christian Biesinger
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0184.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0184.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0015.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0015.html</a>
Closed: Rejected
Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html</a>
</pre>
<pre class='a' id='issue-7'>
Issue 7. <a href='#issue-7'>#</a>
Summary: Alternate wording for resolving flex lengths
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0223.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0223.html</a>
Closed: Retracted
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0252.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0252.html</a>
</pre>
<pre class='a' id='issue-8'>
Issue 8. <a href='#issue-8'>#</a>
Summary: Alternate wording for resolving flex lengths Take II
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0253.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0253.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0398.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0398.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0026.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0026.html</a>
Closed: Accepted
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0027.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0027.html</a>
Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0107.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0107.html</a>
Note: Current spec has both variants available for review.
</pre>
<pre class='a' id='issue-9'>
Issue 9. <a href='#issue-9'>#</a>
Summary: Better handling of max-height on flex containers
From: Greg Whitworth
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0292.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0292.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0293.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0293.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0294.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0294.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0297.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0297.html</a>
Closed: Accepted
Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html</a>
</pre>
<pre class='a' id='issue-10'>
Issue 10. <a href='#issue-10'>#</a>
Summary: Regression in flex resolution algorithm
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0311.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0311.html</a>
Proposal: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0397.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0397.html</a>
Closed: Accepted
Verified: (In IRC)
Resolved: Editor's discretion
</pre>
<pre class='a' id='issue-11'>
Issue 11. <a href='#issue-11'>#</a>
Summary: Missing negation in description of 'auto'
From: Greg Whitworth
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0430.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0430.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0016.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0016.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='a' id='issue-12'>
Issue 12. <a href='#issue-12'>#</a>
Summary: Clarify impact of alignment properties on abspos items
From: Rossen Atanassov
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0043.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0043.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Sep/0380.html'>http://lists.w3.org/Archives/Public/www-style/2014Sep/0380.html</a>
Closed: Accepted
Resolved: Roughly resolved at WG discussion at Seoul F2F
</pre>
<pre class='a' id='issue-13'>
Issue 13. <a href='#issue-13'>#</a>
Summary: Make 'flex-basis: auto' compute through to main size property value
From: Tab Atkins
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0046.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0046.html</a>
Note: This was discussed earlier, see
<a href='http://lists.w3.org/Archives/Public/www-style/2012Jun/0029.html'>http://lists.w3.org/Archives/Public/www-style/2012Jun/0029.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0192.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0192.html</a>
Closed: Rejected
Verified: WG member comment
Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0056.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0056.html</a>
</pre>
<pre class='a' id='issue-14'>
Issue 14. <a href='#issue-14'>#</a>
Summary: Editorial comments
From: Alan Stearns
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0057.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0057.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0195.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0195.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='a' id='issue-15'>
Issue 15. <a href='#issue-15'>#</a>
Summary: Editorial simplification of flex distribution step
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0169.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0169.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0197.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0197.html</a>
Closed: Accepted
Resolved: Editors' discretion
</pre>
<pre class='a' id='issue-16'>
Issue 16. <a href='#issue-16'>#</a>
Summary: Min-height tweak to skip intrinsic aspect ratio items
From: Greg Whitworth
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0177.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0177.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0011.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0011.html</a>
Response: <a href='http://www.w3.org/mid/53F3B6E3.50903@inkedblade.net'>http://www.w3.org/mid/53F3B6E3.50903@inkedblade.net</a>
Closed: Accepted
Resolved: Editors' discretion
</pre>
<pre class='a' id='issue-17'>
Issue 17. <a href='#issue-17'>#</a>
Summary: Typo
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0424.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0424.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0425.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0425.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='a' id='issue-18'>
Issue 18. <a href='#issue-18'>#</a>
Summary: min-size: auto rules should be main-axis specific
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0074.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0074.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0076.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0076.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='a open' id='issue-19'>
Issue 19. <a href='#issue-19'>#</a>
Summary: min-size: auto should reference 'width' only for flex-basis: auto
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0459.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0459.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0007.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0007.html</a>
Closed: Accepted
Resolved: Editors' discretion
Open: NEEDS MORE REVIEW
</pre>
<pre class='a' id='issue-20'>
Issue 20. <a href='#issue-20'>#</a>
Summary: Need keyword for 'auto' flex-basis, which no longer = max-content
Proposal: Rename 'auto' to something else, make 'auto' the auto keyword.
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0107.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0107.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0008.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0008.html</a>
Closed: Accepted
Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0051.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0051.html</a>
</pre>
<pre class='a' id='issue-21'>
Issue 21. <a href='#issue-21'>#</a>
Summary: Cross-size of stretched flex size should be definite if flexbox is def
From: Rossen Atanassov
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0040.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0040.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0012.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0012.html</a>
Closed: Accepted
Resolved: Was already fixed in previous LC!
Verified:
</pre>
<pre class='r' id='issue-22'>
Issue 22. <a href='#issue-22'>#</a>
Summary: Advise authors to reorder focus order together with box order
From: PFWG
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0247.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0247.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0256.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0256.html</a>
Closed: Rejected
Resolved: by CSSWG at Sophia F2F Sept 2014
</pre>
<pre class='oi' id='issue-23'>
Issue 23. <a href='#issue-23'>#</a>
Summary: Masonry effect
From: JK
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0046.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0046.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0053.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0053.html</a>
Closed: OutOfScope
Resolved: by CSSWG at Sophia F2F Sept 2014
</pre>
<pre class='a' id='issue-24'>
Issue 24. <a href='#issue-24'>#</a>
Summary: More precise definition for stretched items.
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0455.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0455.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0456.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0456.html</a>
Closed: Accepted
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0458.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0458.html</a>
Resolved: Bugfix
</pre>
<pre class='d' id='issue-25'>
Issue 25. <a href='#issue-25'>#</a>
Summary: Add flex-wrap: balance
From: Cory Brown
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0099.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0099.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0100.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0100.html</a>
Closed: Deferred
Resolved: by CSSWG at Sophia F2F Sept 2014
</pre>
<pre class='a' id='issue-26'>
Issue 26. <a href='#issue-26'>#</a>
Summary: Better handling of main-axis percentages
From: John Rimmer
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0290.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0290.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0010.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0010.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-27'>
Issue 27. <a href='#issue-27'>#</a>
Summary: Intrinsic sizes vs. percentage children
From: fantasai and Tab Atkins
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0009.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0009.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Sep/0383.html'>http://lists.w3.org/Archives/Public/www-style/2014Sep/0383.html</a>
Closed: Accepted
Resolved: by CSSWG at Sophia F2F Sept 2014
</pre>
<pre class='a' id='issue-28'>
Issue 28. <a href='#issue-28'>#</a>
Summary: Clarify "any definite size constraints"
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0053.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0053.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0268.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0268.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0270.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0270.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0271.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0271.html</a>
Closed: Accepted
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0273.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0273.html</a>
</pre>
<pre class='a' id='issue-29'>
Issue 29. <a href='#issue-29'>#</a>
Summary: Possible typo in main-size keyword conversion
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0125.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0125.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0274.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0274.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-30'>
Issue 30. <a href='#issue-30'>#</a>
Summary: Restrict min-size: auto overflow check to appropriate axis
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0317.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0317.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0319.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0319.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='oi' id='issue-31'>
Issue 31. <a href='#issue-31'>#</a>
Summary: Question wrt interaction of text wrapping and flex wrapping
From: Richard Dodd
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0395.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0395.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0440.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0440.html</a>
Closed: Invalid
</pre>
<pre class='oi' id='issue-32'>
Issue 32. <a href='#issue-32'>#</a>
Summary: What is the flexbox height when computed height is indefinite?
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0438.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0438.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0283.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0283.html</a>
Closed: Invalid
</pre>
<pre class='a' id='issue-33'>
Issue 33. <a href='#issue-33'>#</a>
Summary: Shrinkwrapping of block-level flex containers undefined/suboptimal
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0502.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0502.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0293.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0293.html</a>
Closed: Rejected
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0293.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0293.html</a>
</pre>
<pre class='oi' id='issue-34'>
Issue 34. <a href='#issue-34'>#</a>
Summary: Overflow directions should relate to content ordering
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0380.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0380.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0285.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0285.html</a>
Closed: OutOfScope
Note: Accepted edits into CSS Box Alignment instead.
</pre>
<pre class='r' id='issue-35'>
Issue 35. <a href='#issue-35'>#</a>
Summary: min-content default problematic for scroll root descendants
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0589.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0589.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0282.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0282.html</a>
Closed: Rejected
Verified:
</pre>
<pre class='oi' id='issue-36'>
Issue 36. <a href='#issue-36'>#</a>
Summary: Should intrinsic aspect ratio be considered?
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0609.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0609.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0616.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0616.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0042.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0042.html</a>
Closed: Invalid
Verified:
</pre>
<pre class='oi' id='issue-37'>
Issue 37. <a href='#issue-37'>#</a>
Summary: Error in application of intrinsic ratio
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0098.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0098.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0288.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0288.html</a>
Closed: Invalid
Verified:
</pre>
<pre class='a' id='issue-38'>
Issue 38. <a href='#issue-38'>#</a>
Summary: Clarify non-application of ::first-line/::first-letter
From: Tab Atkins
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0099.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0099.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0099.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0099.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-39'>
Issue 39. <a href='#issue-39'>#</a>
Summary: max-content definition is wrong
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0277.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0277.html</a>
Closed: Accepted
Resolved: by CSSWG at Sophia F2F Sept 2014
</pre>
<pre class='open' id='issue-40'>
Issue 40. <a href='#issue-40'>#</a>
Summary: Back-compat concerns with Issue 20 renaming of 'auto'
From: Daniel Holbert
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0160.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0160.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Sep/0381.html'>http://lists.w3.org/Archives/Public/www-style/2014Sep/0381.html</a>
Open: Closed as no change for now, but requesting more feedback during LC.
</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>