-
Notifications
You must be signed in to change notification settings - Fork 707
/
Copy pathissues-lc-2012.html
263 lines (254 loc) · 14.3 KB
/
issues-lc-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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>CSS Flexible Box Layout Level 3 Disposition of Comments for 2012-06-12 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 Level 3 Disposition of Comments for 2012-06-12 LCWD</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/</a>
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-values/</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-0">
Issue 0. <a href="#issue-0">#</a>
Summary: Make spec understandable to authors
From: Daniel Glazman
Comment: at Hamburg F2F
Closed: Accepted
</pre>
<pre class="a" id="issue-1">
Issue 1. <a href="#issue-1">#</a>
Summary: min-width and min-height as auto in both axes?
From: Daniel Holbert
Comment: <a href="http://www.w3.org/mid/4FD665E2.3000101@mozilla.com">http://www.w3.org/mid/4FD665E2.3000101@mozilla.com</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0696.html">http://lists.w3.org/Archives/Public/www-style/2012Jun/0696.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-2">
Issue 2. <a href="#issue-2">#</a>
Summary: Handling replaced inlines as flex items
From: CSSWG
Comment: <a href="http://www.w3.org/mid/CAAWBYDCWMOtPM1HUoo8wdA7nw1xSo3dnj0e3i50vq+eVh4txKw@mail.gmail.com">http://www.w3.org/mid/CAAWBYDCWMOtPM1HUoo8wdA7nw1xSo3dnj0e3i50vq+eVh4txKw@mail.gmail.com</a>
Response: <a href="http://www.w3.org/mid/CAAWBYDDfJ9_zFpRwf-2dbHhOByQ6QY8Lmszggga6c_-kFUM7Rg@mail.gmail.com">http://www.w3.org/mid/CAAWBYDDfJ9_zFpRwf-2dbHhOByQ6QY8Lmszggga6c_-kFUM7Rg@mail.gmail.com</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-3">
Issue 3. <a href="#issue-3">#</a>
Summary: order property and accessibility
From: fantasai
Comment: <a href="http://www.w3.org/mid/4FE24E10.4000501@inkedblade.net">http://www.w3.org/mid/4FE24E10.4000501@inkedblade.net</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0046.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0046.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-4">
Issue 4. <a href="#issue-4">#</a>
Summary: order might be too generic of a name
From: fantasai
Comment: <a href="http://www.w3.org/mid/4FBD8B99.4090101@inkedblade.net">http://www.w3.org/mid/4FBD8B99.4090101@inkedblade.net</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0442.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0442.html</a>
Closed: Rejected
</pre>
<pre class="a" id="issue-5">
Issue 5. <a href="#issue-5">#</a>
Summary: Paint flex items atomically?
From: Morten Stenshorne
Comment: <a href="http://www.w3.org/mid/874npvizer.fsf@aeneas.oslo.osa">http://www.w3.org/mid/874npvizer.fsf@aeneas.oslo.osa</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0382.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0382.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0384.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0384.html</a>
</pre>
<pre class="a" id="issue-6">
Issue 6. <a href="#issue-6">#</a>
Summary: Improve algorithm for hypothetical main size
From: Alex Mogilevsky
Comment: <a href="http://www.w3.org/mid/2C86A15F63CD734EB1D846A0BA4E0FC823CBFC16@CH1PRD0310MB381.namprd03.prod.outlook.com">http://www.w3.org/mid/2C86A15F63CD734EB1D846A0BA4E0FC823CBFC16@CH1PRD0310MB381.namprd03.prod.outlook.com</a>
Response: [none required]
Closed: Accepted
</pre>
<pre class="a" id="issue-7">
Issue 7. <a href="#issue-7">#</a>
Summary: Flexing prose is confusing
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://www.w3.org/mid/4FEC67B5.2060300@csail.mit.edu">http://www.w3.org/mid/4FEC67B5.2060300@csail.mit.edu</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0700.html">http://lists.w3.org/Archives/Public/www-style/2012Jun/0700.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0383.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0383.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-8">
Issue 8. <a href="#issue-8">#</a>
Summary: Handling <percentage> sizes in an indefinite-size container
From: Sławomir Domagała
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0029.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0029.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0097.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0097.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-9">
Issue 9. <a href="#issue-9">#</a>
Summary: Have align-items follow align-content by default
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0056.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0056.html</a>
Response: [none needed]
Closed: Rejected
Verified: [commenter is editor]
</pre>
<pre class="r" id="issue-10">
Issue 10. <a href="#issue-10">#</a>
Summary: Flex-flow should affect default block-level alignment of flex container
in place of containing block's 'direction'
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0072.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0072.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0077.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0077.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0095.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0095.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-archive/2012Aug/0003.html">http://lists.w3.org/Archives/Public/www-archive/2012Aug/0003.html</a>
</pre>
<pre class="a" id="issue-11">
Issue 11. <a href="#issue-11">#</a>
Summary: Clarifications to Chapter 4
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0078.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0078.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0094.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0094.html</a>
Comment: <a href="http://www.w3.org/mid/4FF46774.6080404@csail.mit.edu">http://www.w3.org/mid/4FF46774.6080404@csail.mit.edu</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0222.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0222.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-12">
Issue 12. <a href="#issue-12">#</a>
Summary: Use min-size instead of basis for line breaking when size is auto
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0084.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0084.html</a>
Response: [none needed]
Closed: Rejected
Verified: [commenter is editor]
</pre>
<pre class="a" id="issue-13">
Issue 13. <a href="#issue-13">#</a>
Summary: wrap-reverse is confusing
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://www.w3.org/mid/4FF46280.4080900@csail.mit.edu">http://www.w3.org/mid/4FF46280.4080900@csail.mit.edu</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0161.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0161.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0173.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0173.html</a>
</pre>
<pre class="r" id="issue-14">
Issue 14. <a href="#issue-14">#</a>
Summary: visibility: collapse should redo line-breaking
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://www.w3.org/mid/4FF46931.30407@csail.mit.edu">http://www.w3.org/mid/4FF46931.30407@csail.mit.edu</a>
Response: <a href="http://www.w3.org/mid/4FF50153.8040801@inkedblade.net">http://www.w3.org/mid/4FF50153.8040801@inkedblade.net</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-archive/2012Aug/0003.html">http://lists.w3.org/Archives/Public/www-archive/2012Aug/0003.html</a>
</pre>
<pre class="a" id="issue-15">
Issue 15. <a href="#issue-15">#</a>
Summary: sign error in algorithm
From: Florian Rivoal
Comment: <a href="http://www.w3.org/mid/op.wgy5uau14p7avi@localhost.localdomain">http://www.w3.org/mid/op.wgy5uau14p7avi@localhost.localdomain</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0205.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0205.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-16">
Issue 16. <a href="#issue-16">#</a>
Summary: Should z-index Just Work on flex items?
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0190.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0190.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-17">
Issue 17. <a href="#issue-17">#</a>
Summary: Does 'order' affect abspos placeholders?
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0167.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0167.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-18">
Issue 18. <a href="#issue-18">#</a>
Summary: Absolutely-positioned flex items should not affect layout in flex container
From: John Hax
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0258.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0258.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0262.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0262.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0419.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0419.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-19">
Issue 19. <a href="#issue-19">#</a>
Summary: Flexbox needs examples with different writing modes
From: i18nWG
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0269.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0269.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0272.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0272.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0273.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0273.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0275.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0275.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-20">
Issue 20. <a href="#issue-20">#</a>
Summary: Baseline determination underdefined
From: i18nWG
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0271.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0271.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0274.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0274.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-21">
Issue 21. <a href="#issue-21">#</a>
Summary: Tables as flex items underdefined
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0385.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0385.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-22">
Issue 22. <a href="#issue-22">#</a>
Summary: Missing 'order' edit to <integer>
From: Daniel Holbert
Comment: <a href="http://www.w3.org/mid/50096C12.3010908@mozilla.com">http://www.w3.org/mid/50096C12.3010908@mozilla.com</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-23">
Issue 23.
Summary: Accessibility comments on Flexbox
From: PFWG
Comment: https://lists.w3.org/Archives/Member/chairs/2012JulSep/0049.html
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0281.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0281.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-24">
Issue 24.
Summary: Baseline alignment of inline-flex with overflow
From: Morten Stenshorne
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0403.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0403.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0069.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0069.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0096.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0096.html</a>
</pre>
<pre class="a" id="issue-25">
Issue 25.
Summary: Awkward flex ratio terminology
From: L. David Baron
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0356.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0356.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0116.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0116.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-26">
Issue 26.
Summary: Clarify parsing of unitless zero in 'flex' shorthand
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0216.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0216.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0300.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0300.html</a>
Closed: Accepted
</pre>