-
Notifications
You must be signed in to change notification settings - Fork 708
/
Copy pathissues-lc-2012.html
365 lines (356 loc) · 22.1 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>CSS Values and Units Level 3 Disposition of Comments for 2012-03-08 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 Values and Units Level 3 Disposition of Comments</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2012/WD-css3-values-20120308/">http://www.w3.org/TR/2012/WD-css3-values-20120308/</a>
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-values/">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-1">
Issue 1. <a href="issue-1">#</a>
Summary: Editorial clarifications to relative units
From: Alan Stearns
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0294.html">http://lists.w3.org/Archives/Public/www-style/2012Mar/0294.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Mar/0334.html">http://lists.w3.org/Archives/Public/www-style/2012Mar/0334.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-2">
Issue 2. <a href="issue-2">#</a>
Summary: calc() and attr() need to resolve values that are normally changed at computed-value time
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0261.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0261.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0625.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0625.html</a>
Closed: Accepted.
</pre>
<pre class="a" id="issue-3">
Issue 3. <a href="issue-3">#</a>
Summary: Using the 'integer' type in attr() seems to be invalid in places that want <number>.
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html</a>
Commend: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0628.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0628.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0629.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0629.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-archive/2012Apr/0056">http://lists.w3.org/Archives/Public/www-archive/2012Apr/0056</a>
</pre>
<pre class="a" id="issue-4">
Issue 4. <a href="issue-4">#</a>
Summary: Eliminate the 'integer' type entirely.
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0628.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0628.html</a>
</pre>
<pre class="a" id="issue-5">
Issue 5. <a href="issue-5">#</a>
Summary: attr() needs to either clarify what element it draws from when not in a rule (and where exactly it's allowed), or disallow that case
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-6">
Issue 6. <a href="issue-6">#</a>
Summary: @import should probably disallow attr()
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-7">
Issue 7. <a href="issue-7">#</a>
Summary: Should calc() be allowed in @keyframes selectors?
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html</a>
Closed: OutOfScope
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0628.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0628.html</a>
</pre>
<pre class="a" id="issue-8">
Issue 8. <a href="issue-8">#</a>
Summary: attr() should disallow its fallback value from *containing* another attr(), not just *being* attr().
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-9">
Issue 9. <a href="issue-9">#</a>
Summary: attr() shouldn't disallow its fallback value from containing more attr().
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0628.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0628.html</a>
</pre>
<pre class="a" id="issue-10">
Issue 10. <a href="issue-10">#</a>
Summary: Can calc() return an <integer>? If so, clarify when it does so.
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-11">
Issue 11. <a href="issue-11">#</a>
Summary: calc() should refer to <number> etc. *types*, not grammar tokens, so attr() etc. can be used.
From: fantasai and Tab Atkins
Closed: Accepted (to allow attr(), still referring to tokens)
</pre>
<pre class="a" id="issue-12">
Issue 12. <a href="issue-12">#</a>
Summary: cycle() and values that have commas.
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0151.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0151.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0626.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0626.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0634.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0634.html</a>
</pre>
<pre class="a" id="issue-13">
Issue 13. <a href="issue-13">#</a>
Summary: cycle() can't skip levels, or easily refer to non-inherited properties
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0627.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0627.html</a>
Response: <a href="http://www.w3.org/mid/20120425154417.GA27059@crum.dbaron.org">http://www.w3.org/mid/20120425154417.GA27059@crum.dbaron.org</a>
Closed: Rejected/Deferred
Verified: <a href="http://www.w3.org/mid/4F9821EA.6060508@csail.mit.edu">http://www.w3.org/mid/4F9821EA.6060508@csail.mit.edu</a>
</pre>
<pre class="a" id="issue-14">
Issue 14. <a href="issue-14">#</a>
Summary: Example UA stylesheet using cycle() for <ul> is incorrect.
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0627.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0627.html</a>
Closed: Accepted
</pre>
<pre class="oi" id="issue-15">
Issue 15. <a href="issue-15">#</a>
Summary: Value equality of components of cycle() ill-defined
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0363.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0363.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0394.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0394.html</a>
Closed: Invalid
</pre>
<pre class="a" id="issue-16">
Issue 16. <a href="issue-16">#</a>
Summary: Defer cycle() to level 4
From: fantasai and Tab Atkins
Closed: Rejected
</pre>
<pre class="a" id="issue-17">
Issue 17. <a href="issue-17">#</a>
Summary: Handling unresolveable URLs
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0204.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0204.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0364.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0364.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-archive/2012Jul/0009.html">http://lists.w3.org/Archives/Public/www-archive/2012Jul/0009.html</a>
</pre>
<pre class="a" id="issue-18">
Issue 18. <a href="issue-18">#</a>
Summary: Define (or reference from elsewhere) a specific always-invalid URL.
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0204.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0204.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0680.html">http://lists.w3.org/Archives/Public/www-style/2012Jun/0680.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0364.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0364.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-19">
Issue 19. <a href="issue-19">#</a>
Summary: 'font-family' allows use of 'inherit' keyword in some circumstances
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0080.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0080.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0631.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0631.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0381.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0381.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-archive/2012Jul/0008.html">http://lists.w3.org/Archives/Public/www-archive/2012Jul/0008.html</a>
</pre>
<pre class="a" id="issue-20">
Issue 20. <a href="issue-20">#</a>
Summary: Several grammar nits around numbers
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0080.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0080.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0631.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0631.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0381.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0381.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-archive/2012Jul/0008.html">http://lists.w3.org/Archives/Public/www-archive/2012Jul/0008.html</a>
</pre>
<pre class="a" id="issue-21">
Issue 21. <a href="issue-21">#</a>
Summary: attr() and cycle() must be "valid where they are placed", but can resolve as multiple types
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0151.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0151.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0626.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0626.html</a>
Closed: Accepted
</pre>
<pre class="d" id="issue-22">
Issue 22. <a href="issue-22">#</a>
Summary: Required ranges for all the values seem random or incorrect
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0403.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0403.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0633.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0633.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0530.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0530.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0530.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0530.html</a>
Closed: Accepted+Deferred
</pre>
<pre class="a" id="issue-23">
Issue 23. <a href="issue-23">#</a>
Summary: When does clamping happen in calc()?
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0403.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0403.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0633.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0633.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-24">
Issue 24. <a href="issue-24">#</a>
Summary: Parsing of attribute values is ambiguous.
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0405.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0405.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0416.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0416.html</a>
Closed: Accepted
</pre>
<pre class="d" id="issue-25">
Issue 25. <a href="issue-25">#</a>
Summary: Define "required precision" for numbers.
From: Arron Eicholz
Comment: (private comment)
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0682.html">http://lists.w3.org/Archives/Public/www-style/2012Jun/0682.html</a>
Closed: Deferred
</pre>
<pre class="a" id="issue-26">
Issue 26. <a href="issue-26">#</a>
Summary: Can calc() add numbers and dimensions?
From: Tab Atkins
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0531.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0531.html</a>
Note: Potentially useful in line-height.
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0561.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0561.html</a>
Closed: Rejected
</pre>
<pre class="d" id="issue-27">
Issue 27. <a href="issue-27">#</a>
Summary: Order-sensitive "one or more, in order" grammar combinator?
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0566.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0566.html</a>
Response: [none required]
Closed: Deferred
</pre>
<pre class="d" id="issue-28">
Issue 28. <a href="issue-28">#</a>
Summary: Define normalization handling of <custom-ident>
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0026.html">http://lists.w3.org/Archives/Public/www-style/2012May/0026.html</a>
Response: [none required]
Closed: Deferred
</pre>
<pre class="d" id="issue-29">
Issue 29. <a href="issue-29">#</a>
Summary: Case-sensitivity of <custom-ident>
From: fantasai + Tab Atkins
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0499.html">http://lists.w3.org/Archives/Public/www-style/2012May/0499.html</a>
Closed: Deferred
</pre>
<pre class="d" id="issue-30">
Issue 30. <a href="issue-30">#</a>
Summary: Add <positive-integer> and <non-negative-integer> types
From: Brian Manthos
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0343.html">http://lists.w3.org/Archives/Public/www-style/2012May/0343.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0810.html">http://lists.w3.org/Archives/Public/www-style/2012May/0810.html</a>
Closed: Deferred
</pre>
<pre class="a" id="issue-31">
Issue 31. <a href="issue-31">#</a>
Summary: Allow nesting calc()
From: Tab Atkins
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0446.html">http://lists.w3.org/Archives/Public/www-style/2012Jun/0446.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-32">
Issue 32. <a href="issue-32">#</a>
Summary: Add vmax
From: Benjamin Lord
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/1198.html">http://lists.w3.org/Archives/Public/www-style/2012May/1198.html</a>
Closed: Accepted
</pre>
<pre class="d" id="issue-33">
Issue 33. <a href="issue-33">#</a>
Summary: default keyword should be excluded form <custom-ident>
From: John Daggett
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0311.html">http://lists.w3.org/Archives/Public/www-style/2012May/0311.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0684.html">http://lists.w3.org/Archives/Public/www-style/2012Jun/0684.html</a>
Closed: Accepted+Deferred
</pre>
<pre class="d" id="issue-34">
Issue 34. <a href="issue-34">#</a>
Summary: <identifier> is confusing, call it something else
From: John Daggett
Comment: <a href="http://www.w3.org/mid/94875180.4363765.1336548244121.JavaMail.root@mozilla.com">http://www.w3.org/mid/94875180.4363765.1336548244121.JavaMail.root@mozilla.com</a>
Response: <a href="http://www.w3.org/mid/CAAWBYDD1PWEAwYw2v15URdhcpE8JcMcneSNxedseZdV13CQUiA@mail.gmail.com">http://www.w3.org/mid/CAAWBYDD1PWEAwYw2v15URdhcpE8JcMcneSNxedseZdV13CQUiA@mail.gmail.com</a>
Closed: Accepted+Deferred
</pre>
<pre class="fo" id="issue-35">
Issue 35. <a href="issue-35">#</a>
Summary: white space around + and - in calc() should be optional
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0404.html">http://lists.w3.org/Archives/Public/www-style/2012May/0404.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0427.html">http://lists.w3.org/Archives/Public/www-style/2012May/0427.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0455.html">http://lists.w3.org/Archives/Public/www-style/2012May/0455.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012May/0463.html">http://lists.w3.org/Archives/Public/www-style/2012May/0463.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0119.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0119.html</a>
Closed: Rejected
</pre>
<pre class="fo" id="issue-36">
Issue 36. <a href="issue-36">#</a>
Summary: calc() should just use parentheses (i.e. drop 'calc')
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0091.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0091.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0122.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0122.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0123.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0123.html</a>
Closed: Rejected
</pre>
<pre class="a" id="issue-37">
Issue 37. <a href="issue-37">#</a>
Summary: Clarify whether values nested into attr() or toggle() can contain commas
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0210.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0210.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0217.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0217.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-38">
Issue 38. <a href="issue-38">#</a>
Summary: Clarify whether percentages can be simplified away in calc()
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://www.w3.org/mid/4FFB7960.3080700@csail.mit.edu">http://www.w3.org/mid/4FFB7960.3080700@csail.mit.edu</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0268.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0268.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-39">
Issue 39. <a href="issue-39">#</a>
Summary: White space and component values
From: 呂康豪 (Kang-Hao Lu)
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2012Apr/0080.html">http://lists.w3.org/Archives/Public/www-style/2012Apr/0080.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0381.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0381.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-archive/2012Jul/0008.html">http://lists.w3.org/Archives/Public/www-archive/2012Jul/0008.html</a>
</pre>