forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues-cr-2012.html
349 lines (342 loc) · 22.4 KB
/
issues-cr-2012.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>CSS Flexible Box Layout Level 1 Disposition of Comments for 2012-09-18 CR</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 Level 1 Disposition of Comments for 2012-09-18 CR</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/">http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/</a>
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</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='a' id='issue-1'>
Issue 1. <a href="#issue-1">#</a>
Summary: Handling of zero-length boxes at end of line
From: Kang-Hao Lu
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0094.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0094.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0158.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0158.html</a>
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a>
</pre>
<pre class='a' id='issue-2'>
Issue 2. <a href="#issue-2">#</a>
Summary: Handling of negative-size flex lines
From: Kang-Hao Lu
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0094.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0094.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0158.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0158.html</a>
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a>
</pre>
<pre class='a' id='issue-3'>
Issue 3. <a href="#issue-3">#</a>
Summary: Need way to fill flex-item boxes / Make 'stretch' propagate definiteness
From: Rudolph Gottesheim
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0204.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0204.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0207.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0207.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0216.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0216.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0217.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0217.html</a>
Notes: Grid (and IE?) reflow after stretching in order to resolve
percentages inside the item (but treat them as auto for finding
the flex item's size).
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0464.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0464.html</a>
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a> (definite containers)
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0474.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0474.html</a> (indefinite containers)
</pre>
<pre class='d' id='issue-4'>
Issue 4. <a href="#issue-4">#</a>
Summary: Constant spacing around items
From: Giuseppe Bilotta
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0249.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0249.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0046.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0046.html</a>
Closed: Deferred (most cases possible; maybe add more spacing controls in next level)
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a>
</pre>
<pre class='a' id='issue-5'>
Issue 5. <a href="#issue-5">#</a>
Summary: If percentage height cannot be resolved, is the flex items stretched?
From: Ojan Vafai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0220.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0220.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0505.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0505.html</a>
Notes: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15392">https://www.w3.org/Bugs/Public/show_bug.cgi?id=15392</a>
<a href="http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.10.5a">http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.10.5a</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-6'>
Issue 6. <a href="#issue-6">#</a>
Summary: Clarifications to abspos static position in flex containers
From: Kang-Hao Lu
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0462.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0462.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0478.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0478.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='a' id='issue-7'>
Issue 7. <a href="#issue-7">#</a>
Summary: Conflict in applicability of 'float' to flex items
From: Daniel Holbert
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0675.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0675.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0698.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0698.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0691.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0691.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0701.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0701.html</a>
Resolved: Editorial
</pre>
<pre class='a' id='issue-8'>
Issue 8. <a href="#issue-8">#</a>
Summary: Interaction of 'stretch' and items with aspect ratio
From: Rossen Atanassov
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0040.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0040.html</a>
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a>
</pre>
<pre class='r' id='issue-9'>
Issue 9. <a href="#issue-9">#</a>
Summary: Transfer min/max constraints across dimensions via aspect ratio?
From: Kang-Hao Lu
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0010.html">http://lists.w3.org/Archives/Public/www-style/2012Nov/0010.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0041.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0041.html</a>
Closed: Rejected
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a>
</pre>
<pre class='r' id='issue-10'>
Issue 10. <a href="#issue-10">#</a>
Summary: Do flex items with negative margins increase available space?
From: Tony Chang
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0460.html">http://lists.w3.org/Archives/Public/www-style/2012Nov/0460.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0462.html">http://lists.w3.org/Archives/Public/www-style/2012Nov/0462.html</a>
Closed: Rejected
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a>
</pre>
<pre class='a' id='issue-11'>
Issue 11. <a href="#issue-11">#</a>
Summary: Stretch should clamp cross size to min/max before calculating flex base size
From: Kang-Hao Lu
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0061.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0061.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0157.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0157.html</a>
Closed: Accepted
Resolve: Bugfix
</pre>
<pre class='a' id='issue-12'>
Issue 12. <a href="#issue-12">#</a>
Summary: Orthogonal Flex Layouts Sub-optimally Defined
From: Rossen Atanassov
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0251.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0251.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0260.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0260.html</a>
Closed: Accepted
Verified:
</pre>
<pre class='a' id='issue-13'>
Issue 13. <a href="#issue-13">#</a>
Summary: Should ::first-line/::first-letter apply to a flex container?
From: Tab Atkins
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0264.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0264.html</a>
Response:
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a>
</pre>
<pre class='oi' id='issue-14'>
Issue 14. <a href="#issue-14">#</a>
Summary: Clarify interaction of min-width and width
From: Ojan Vafai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jan/0046.html">http://lists.w3.org/Archives/Public/www-style/2013Jan/0046.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jan/0050.html">http://lists.w3.org/Archives/Public/www-style/2013Jan/0050.html</a>
Closed: Invalid
</pre>
<pre class='a' id='issue-15'>
Issue 15. <a href="#issue-15">#</a>
Summary: Should 'overflow' apply to flex containers?
From: Daniel Holbert
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jan/0465.html">http://lists.w3.org/Archives/Public/www-style/2013Jan/0465.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0001.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0001.html</a>
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0384.html</a>
</pre>
<pre class='a' id='issue-16'>
Issue 16. <a href="#issue-16">#</a>
Summary: What should percentage margins on a flex item be relative to?
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0143.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0143.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0688.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0688.html</a>
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0688.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0688.html</a>
</pre>
<pre class='a' id='issue-17'>
Issue 17. <a href="#issue-17">#</a>
Summary: Revert min-size of flex items to 0.
From: Tab Atkins Jr.
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0364.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0364.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0257.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0257.html</a>
Closed: Accepted
See also: Issue 19
</pre>
<pre class='a' id='issue-18'>
Issue 18. <a href="#issue-18">#</a>
Summary: Paint flex items and table cells atomically
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0707.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0707.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Apr/0133.html">http://lists.w3.org/Archives/Public/www-style/2013Apr/0133.html</a>
Closed: Accepted
Note: Recommends corresponding CSS2.1 change for Table layout, see
<a href="http://lists.w3.org/Archives/Public/www-style/2013Apr/0145.html">http://lists.w3.org/Archives/Public/www-style/2013Apr/0145.html</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013May/0027.html">http://lists.w3.org/Archives/Public/www-style/2013May/0027.html</a>
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Apr/0133.html">http://lists.w3.org/Archives/Public/www-style/2013Apr/0133.html</a>
</pre>
<pre class='a' id='issue-19'>
Issue 19. <a href="#issue-19">#</a>
Summary: Re-revert min-size of flex items back to 'auto', with overflow consideration
From: Elliot Sprehn
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Apr/0538.html">http://lists.w3.org/Archives/Public/www-style/2013Apr/0538.html</a>
Analysis: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0456.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0456.html</a>
See also: Issue 17
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0463.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0463.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-20'>
Issue 20. <a href="#issue-20">#</a>
Summary: Min/max constraint sizing of flexible flex-basis: 0.
From: Tab Aktins
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0342.html">http://lists.w3.org/Archives/Public/www-style/2013May/0342.html</a>
Proposal: <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0511.html">http://lists.w3.org/Archives/Public/www-style/2013May/0511.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0463.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0463.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='a' id='issue-21'>
Issue 21. <a href="#issue-21">#</a>
Summary: Clarify interaction of table fixup and flex itemizing
From: Christian Biesinger
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0508.html">http://lists.w3.org/Archives/Public/www-style/2013May/0508.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0462.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0462.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='a' id='issue-22'>
Issue 22. <a href="#issue-22">#</a>
Summary: Re-evaluate static position of flex items and grid items
From: Daniel Holbert and fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0514.html">http://lists.w3.org/Archives/Public/www-style/2013May/0514.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0459.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0459.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0217.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0217.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0255.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0255.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0146.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0146.html</a>
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0468.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0468.html</a>
</pre>
<pre class='a' id='issue-23'>
Issue 23. <a href="#issue-23">#</a>
Summary: Intrinsic cross-sizing vs. main-size
From: Daniel Holbert
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0360.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0360.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0171.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0171.html</a>
Closed: Accepted
Resolved: Editors' discretion, needs LC review for correctness
</pre>
<pre class='a' id='issue-24'>
Issue 24. <a href="#issue-24">#</a>
Summary: Missing clamp to min/max size
From: Daniel Holbert
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Oct/0698.html">http://lists.w3.org/Archives/Public/www-style/2013Oct/0698.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Oct/0701.html">http://lists.w3.org/Archives/Public/www-style/2013Oct/0701.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='r' id='issue-25'>
Issue 25. <a href="#issue-25">#</a>
Summary: change initial value of align-items to flex-start
From: Bruno Racineaux
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0117.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0117.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0142.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0142.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0152.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0152.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0166.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0166.html</a>
Closed: Rejected
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0474.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0474.html</a>
</pre>
<pre class='a' id='issue-26'>
Issue 26. <a href="#issue-26">#</a>
Summary: Clarify "white space"
From: Simon Sapin
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0369.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0369.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0555.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0555.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0556.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0556.html</a>
Resolved: Clarification
</pre>
<pre class='a' id='issue-27'>
Issue 27. <a href="#issue-27">#</a>
Summary: Remove example's dependency on CSS3 Box Alignment
From: Daniel Holbert
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0032.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0032.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0145.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0145.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='oi' id='issue-28'>
Issue 28. <a href="#issue-28">#</a>
Summary: Handling <br> as text
From: Daniel Holbert
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0317.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0317.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0425.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0425.html</a>
Closed: OutOfScope
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0055.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0055.html</a>
</pre>
<pre class='a' id='issue-29'>
Issue 29. <a href="#issue-29">#</a>
Summary: Distinguish element vs. box
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0459.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0459.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0423.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0423.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='a' id='issue-30'>
Issue 30. <a href="#issue-30">#</a>
Summary: Discontinuity of flex values between 0 and 1
From: Tab Atkins
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Oct/0246.html">http://lists.w3.org/Archives/Public/www-style/2013Oct/0246.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0424.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0424.html</a>
Closed: Accepted
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0055.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0055.html</a>
</pre>
<pre class='a' id='issue-31'>
Issue 31. <a href="#issue-31">#</a>
Summary: Confusion wrt computed 'display' and box generation
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0469.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0469.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0173.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0173.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='r' id='issue-32'>
Issue 32. <a href="#issue-32">#</a>
Summary: Should 'float' compute to 'none' on flex items
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0469.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0469.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0173.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0173.html</a>
Closed: Rejected
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0474.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0474.html</a>
</pre>
<pre class='oi' id='issue-33'>
Issue 33. <a href="#issue-33">#</a>
Summary: Does 'order' affect counters
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0469.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0469.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0176.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0176.html</a>
Closed: Invalid
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0474.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0474.html</a>
</pre>