forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissues-lc-2012.html
More file actions
247 lines (239 loc) · 13.4 KB
/
Copy pathissues-lc-2012.html
File metadata and controls
247 lines (239 loc) · 13.4 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>CSS3 Values and Units 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 { box-shadow: 0.25em 0.25em 0.25em; border: solid red; padding: 0.2em; }
</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 + verified
<li class="r">Rejected and not verified
<li class="d">Deferred
<li class="oi">Out-of-Scope or Invalid and not verified
<li class="fo">Formal Objection (There were no formal objections.)
</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.
Summary: <strong>Editorial clarifications to relative units</strong>
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.
Summary: <strong>calc() and attr() need to resolve values that are normally changed at computed-value time</strong>
From: Kenny 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="oi" id="issue-3">
Issue 3.
Summary: <strong>Using the 'integer' type in attr() seems to be invalid in places that want <number>.</strong>
From: Kenny 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: Invalid
</pre>
<pre class="r" id="issue-4">
Issue 4.
Summary: <strong>Eliminate the 'integer' type entirely.</strong>
From: Kenny 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.
</pre>
<pre class="a" id="issue-5">
Issue 5.
Summary: <strong>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</strong>
From: Kenny 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.
Summary: <strong>@import should probably disallow attr()</strong>
From: Kenny 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="oi" id="issue-7">
Issue 7.
Summary: <strong>Should calc() be allowed in @keyframes selectors?</strong>
From: Kenny 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
</pre>
<pre class="a" id="issue-8">
Issue 8.
Summary: <strong>attr() should disallow its fallback value from *containing* another attr(), not just *being* attr().</strong>
From: Kenny 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="r" id="issue-9">
Issue 9.
Summary: <strong>attr() shouldn't disallow its fallback value from containing more attr().</strong>
From: Kenny 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
</pre>
<pre class="a open" id="issue-10">
Issue 10.
Summary: <strong>Can calc() return an <integer>? If so, clarify when it does so.</strong>
From: Kenny 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>
Open: Accepted pending WG resolution
</pre>
<pre class="open" id="issue-11">
Issue 11.
Summary: <strong>calc() should refer to <number> etc. *types*, not grammar tokens, so attr() etc. can be used.</strong>
From: fantasai and Tab Atkins
Open: pending WG resolution
</pre>
<pre class="d" id="issue-12">
Issue 12.
Summary: <strong>cycle() and values that have commas.</strong>
From: Kenny 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: Deferred
</pre>
<pre class="d" id="issue-13">
Issue 13.
Summary: <strong>cycle() can't skip levels, or easily refer to non-inherited properties</strong>
From: Kenny 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: Deferred
</pre>
<pre class="d" id="issue-14">
Issue 14.
Summary: <strong>Example UA stylesheet using cycle() for <ul> is incorrect.</strong>
From: Kenny 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: Deferred
</pre>
<pre class="d" id="issue-15">
Issue 15.
Summary: <strong>Value equality of components of cycle() ill-defined</strong>
From: Kenny 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: Deferred
</pre>
<pre class="open" id="issue-16">
Issue 16.
Summary: <strong>Defer cycle() to level 4</strong>
From: fantasai and Tab Atkins
Note: Possibly switch current function to toggle(), and create a new cycle() that addresses Kenny's issues about <ul>,<table>,etc.
Open: pending WG resolution
</pre>
<pre class="open" id="issue-17">
Issue 17.
Summary: <strong>Switch URL reference to abarth's url spec.</strong>
From: Kenny 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>
Open: pending advice
</pre>
<pre class="open" id="issue-18">
Issue 18.
Summary: <strong>Define (or reference from elsewhere) a specific always-invalid URL.</strong>
From: Kenny 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>
Open: pending WG resolution
</pre>
<pre class="oi" id="issue-19">
Issue 19.
Summary: <strong>'font-family' allows use of 'inherit' keyword in some circumstances</strong>
From: Kenny 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>
Closed: OutOfScope -> 2.1/css3-fonts issue
See also: http://lists.w3.org/Archives/Public/www-style/2012Apr/0638.html
</pre>
<pre class="open" id="issue-20">
Issue 20.
Summary: <strong>Several grammar nits around numbers</strong>
From: Kenny 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>
Open: Exact spec edits depend on a 2.1 issue resolution.
See also: http://lists.w3.org/Archives/Public/www-style/2012Apr/0639.html
</pre>
<pre class="a open" id="issue-21">
Issue 21.
Summary: <strong>attr() and cycle() must be "valid where they are placed", but can resolve as multiple types</strong>
From: Kenny 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>
Open: Accepted pending WG resolution
</pre>
<pre class="a open" id="issue-22">
Issue 22.
Summary: <strong>Required ranges for all the values seem random or incorrect</strong>
From: Kenny 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>
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>
Open: Accepted pending WG resolution
</pre>
<pre class="a" id="issue-23">
Issue 23.
Summary: <strong>When does clamping happen in calc()?</strong>
From: Kenny 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 open" id="issue-24">
Issue 24.
Summary: <strong>Parsing of attribute values is ambiguous.</strong>
From: Kenny 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>
Open: Accepted pending WG resolution
</pre>
<pre class="a open" id="issue-25">
Issue 25.
Summary: <strong>Define "required precision" for numbers.</strong>
From: Arron Eicholz
Comment: (private comment)
Open: Accepted pending WG resolution
Note: Made a required precision of 3 decimal digits.
</pre>
<pre class="a" id="issue-26">
Issue 26.
Summary: <strong>Can calc() add numbers and dimensions?</strong>
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: Retracted
</pre>
<pre class="open" id="issue-27">
Issue 27.
Summary: <strong>Order-sensitive "one or more, in order" grammar combinator?</strong>
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:
Open: pending WG decision to accept or defer
</pre>