Skip to content

Commit 1972896

Browse files
committed
Update issues list, compile provisional DoC
1 parent e6cd36e commit 1972896

2 files changed

Lines changed: 256 additions & 9 deletions

File tree

css3-values/issues-lc-2012.html

Lines changed: 247 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,247 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<title>CSS3 Values and Units Level 3 Disposition of Comments for 2012-06-12 LCWD</title>
3+
<style type="text/css">
4+
.a { background:lightgreen }
5+
.d { background: lightblue }
6+
.r { background:orange }
7+
.fo { background:red }
8+
.open { box-shadow: 0.25em 0.25em 0.25em; border: solid red; padding: 0.2em; }
9+
</style>
10+
11+
<h1>CSS Values and Units Level 3 Disposition of Comments</h1>
12+
13+
<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>
14+
15+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-values/">http://dev.w3.org/csswg/css3-values/</a>
16+
17+
<p>The following color coding convention is used for comments:</p>
18+
19+
<ul>
20+
<li class="a">Accepted or Rejected + verified
21+
<li class="r">Rejected and not verified
22+
<li class="d">Deferred
23+
<li class="oi">Out-of-Scope or Invalid and not verified
24+
<li class="fo">Formal Objection (There were no formal objections.)
25+
</ul>
26+
27+
<p class=open>Open issues are marked like this</p>
28+
29+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
30+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
31+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
32+
33+
<pre class="a" id="issue-1">
34+
Issue 1.
35+
Summary: <strong>Editorial clarifications to relative units</strong>
36+
From: Alan Stearns
37+
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>
38+
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>
39+
Closed: Accepted
40+
</pre>
41+
<pre class="a" id="issue-2">
42+
Issue 2.
43+
Summary: <strong>calc() and attr() need to resolve values that are normally changed at computed-value time</strong>
44+
From: Kenny Lu
45+
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>
46+
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>
47+
Closed: Accepted.
48+
</pre>
49+
<pre class="oi" id="issue-3">
50+
Issue 3.
51+
Summary: <strong>Using the 'integer' type in attr() seems to be invalid in places that want &lt;number>.</strong>
52+
From: Kenny Lu
53+
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>
54+
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>
55+
Closed: Invalid
56+
</pre>
57+
<pre class="r" id="issue-4">
58+
Issue 4.
59+
Summary: <strong>Eliminate the 'integer' type entirely.</strong>
60+
From: Kenny Lu
61+
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>
62+
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>
63+
Closed: Rejected.
64+
</pre>
65+
<pre class="a" id="issue-5">
66+
Issue 5.
67+
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>
68+
From: Kenny Lu
69+
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>
70+
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>
71+
Closed: Accepted
72+
</pre>
73+
<pre class="a" id="issue-6">
74+
Issue 6.
75+
Summary: <strong>@import should probably disallow attr()</strong>
76+
From: Kenny Lu
77+
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>
78+
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>
79+
Closed: Accepted
80+
</pre>
81+
<pre class="oi" id="issue-7">
82+
Issue 7.
83+
Summary: <strong>Should calc() be allowed in @keyframes selectors?</strong>
84+
From: Kenny Lu
85+
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>
86+
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>
87+
Closed: OutOfScope
88+
</pre>
89+
<pre class="a" id="issue-8">
90+
Issue 8.
91+
Summary: <strong>attr() should disallow its fallback value from *containing* another attr(), not just *being* attr().</strong>
92+
From: Kenny Lu
93+
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>
94+
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>
95+
Closed: Accepted
96+
</pre>
97+
<pre class="r" id="issue-9">
98+
Issue 9.
99+
Summary: <strong>attr() shouldn't disallow its fallback value from containing more attr().</strong>
100+
From: Kenny Lu
101+
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>
102+
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>
103+
Closed: Rejected
104+
</pre>
105+
<pre class="a open" id="issue-10">
106+
Issue 10.
107+
Summary: <strong>Can calc() return an &lt;integer>? If so, clarify when it does so.</strong>
108+
From: Kenny Lu
109+
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>
110+
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>
111+
Open: Accepted pending WG resolution
112+
</pre>
113+
<pre class="open" id="issue-11">
114+
Issue 11.
115+
Summary: <strong>calc() should refer to &lt;number> etc. *types*, not grammar tokens, so attr() etc. can be used.</strong>
116+
From: fantasai and Tab Atkins
117+
Open: pending WG resolution
118+
</pre>
119+
<pre class="d" id="issue-12">
120+
Issue 12.
121+
Summary: <strong>cycle() and values that have commas.</strong>
122+
From: Kenny Lu
123+
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>
124+
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>
125+
Closed: Deferred
126+
</pre>
127+
<pre class="d" id="issue-13">
128+
Issue 13.
129+
Summary: <strong>cycle() can't skip levels, or easily refer to non-inherited properties</strong>
130+
From: Kenny Lu
131+
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>
132+
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>
133+
Closed: Deferred
134+
</pre>
135+
<pre class="d" id="issue-14">
136+
Issue 14.
137+
Summary: <strong>Example UA stylesheet using cycle() for &lt;ul> is incorrect.</strong>
138+
From: Kenny Lu
139+
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>
140+
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>
141+
Closed: Deferred
142+
</pre>
143+
<pre class="d" id="issue-15">
144+
Issue 15.
145+
Summary: <strong>Value equality of components of cycle() ill-defined</strong>
146+
From: Kenny Lu
147+
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>
148+
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>
149+
Closed: Deferred
150+
</pre>
151+
<pre class="open" id="issue-16">
152+
Issue 16.
153+
Summary: <strong>Defer cycle() to level 4</strong>
154+
From: fantasai and Tab Atkins
155+
Note: Possibly switch current function to toggle(), and create a new cycle() that addresses Kenny's issues about &lt;ul>,&lt;table>,etc.
156+
Open: pending WG resolution
157+
</pre>
158+
<pre class="open" id="issue-17">
159+
Issue 17.
160+
Summary: <strong>Switch URL reference to abarth's url spec.</strong>
161+
From: Kenny Lu
162+
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>
163+
Closed: Open pending advice
164+
</pre>
165+
<pre class="open" id="issue-18">
166+
Issue 18.
167+
Summary: <strong>Define (or reference from elsewhere) a specific always-invalid URL.</strong>
168+
From: Kenny Lu
169+
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>
170+
Open: pending WG resolution
171+
</pre>
172+
<pre class="oi" id="issue-19">
173+
Issue 19.
174+
Summary: <strong>'font-family' allows use of 'inherit' keyword in some circumstances</strong>
175+
From: Kenny Lu
176+
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>
177+
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>
178+
Closed: OutOfScope
179+
Note: 2.1 issue - change "When used as font names" to "When used in font names", due to major UA incompatibility and no use-case.
180+
</pre>
181+
<pre class="open" id="issue-20">
182+
Issue 20.
183+
Summary: <strong>Several grammar nits around numbers</strong>
184+
From: Kenny Lu
185+
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>
186+
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>
187+
Closed: OutOfScope pending WG resolution
188+
Note: These were fixed by me just rewriting the Syntax module. We're trying to backport the changes to 2.1.
189+
</pre>
190+
<pre class="a open" id="issue-21">
191+
Issue 21.
192+
Summary: <strong>attr() and cycle() must be "valid where they are placed", but can resolve as multiple types</strong>
193+
From: Kenny Lu
194+
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>
195+
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>
196+
Open: Accepted pending WG resolution
197+
</pre>
198+
<pre class="a open" id="issue-22">
199+
Issue 22.
200+
Summary: <strong>Required ranges for all the values seem random or incorrect</strong>
201+
From: Kenny Lu
202+
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>
203+
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>
204+
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>
205+
Open: Accepted pending WG resolution
206+
</pre>
207+
<pre class="a" id="issue-23">
208+
Issue 23.
209+
Summary: <strong>When does clamping happen in calc()?</strong>
210+
From: Kenny Lu
211+
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>
212+
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>
213+
Closed: Accepted
214+
</pre>
215+
<pre class="a open" id="issue-24">
216+
Issue 24.
217+
Summary: <strong>Parsing of attribute values is ambiguous.</strong>
218+
From: Kenny Lu
219+
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>
220+
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>
221+
Open: Accepted pending WG resolution
222+
</pre>
223+
<pre class="a open" id="issue-25">
224+
Issue 25.
225+
Summary: <strong>Define "required precision" for numbers.</strong>
226+
From: Arron Eicholz
227+
Comment: (private comment)
228+
Open: Accepted pending WG resolution
229+
Note: Made a required precision of 3 decimal digits.
230+
</pre>
231+
<pre class="a" id="issue-26">
232+
Issue 26.
233+
Summary: <strong>Can calc() add numbers and dimensions?</strong>
234+
From: Tab Atkins
235+
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>
236+
Note: Potentially useful in line-height.
237+
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>
238+
Closed: Retracted
239+
</pre>
240+
<pre class="open" id="issue-27">
241+
Issue 27.
242+
Summary: <strong>Order-sensitive "one or more, in order" grammar combinator?</strong>
243+
From: fantasai
244+
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>
245+
Response:
246+
Open: pending WG decision to accept or defer
247+
</pre>

css3-values/issues-lc-2012.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ Summary: Can calc() return an <integer>? If so, clarify when it does so.
6868
From: Kenny Lu
6969
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
7070
Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
71-
Closed: Open pending WG resolution
71+
Open: Accepted pending WG resolution
7272
----
7373
Issue 11.
7474
Summary: calc() should refer to <number> etc. *types*, not grammar tokens, so attr() etc. can be used.
7575
From: fantasai and Tab Atkins
76-
Closed: Open pending WG resolution
76+
Open: pending WG resolution
7777
----
7878
Issue 12.
7979
Summary: cycle() and values that have commas.
@@ -107,19 +107,19 @@ Issue 16.
107107
Summary: Defer cycle() to level 4
108108
From: fantasai and Tab Atkins
109109
Note: Possibly switch current function to toggle(), and create a new cycle() that addresses Kenny's issues about <ul>,<table>,etc.
110-
Closed: Open pending WG resolution
110+
Open: pending WG resolution
111111
----
112112
Issue 17.
113113
Summary: Switch URL reference to abarth's url spec.
114114
From: Kenny Lu
115115
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0204.html
116-
Closed: Open
116+
Closed: Open pending advice
117117
----
118118
Issue 18.
119119
Summary: Define (or reference from elsewhere) a specific always-invalid URL.
120120
From: Kenny Lu
121121
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0204.html
122-
Closed: Open pending WG resolution
122+
Open: pending WG resolution
123123
----
124124
Issue 19.
125125
Summary: 'font-family' allows use of 'inherit' keyword in some circumstances
@@ -142,15 +142,15 @@ Summary: attr() and cycle() must be "valid where they are placed", but can reso
142142
From: Kenny Lu
143143
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0151.html
144144
Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0626.html
145-
Closed: Accepted pending WG resolution
145+
Open: Accepted pending WG resolution
146146
----
147147
Issue 22.
148148
Summary: Required ranges for all the values seem random or incorrect
149149
From: Kenny Lu
150150
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0403.html
151151
Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0633.html
152152
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0530.html
153-
Closed: Accepted pending WG resolution
153+
Open: Accepted pending WG resolution
154154
----
155155
Issue 23.
156156
Summary: When does clamping happen in calc()?
@@ -164,13 +164,13 @@ Summary: Parsing of attribute values is ambiguous.
164164
From: Kenny Lu
165165
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0405.html
166166
Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0416.html
167-
Closed: Accepted pending WG resolution
167+
Open: Accepted pending WG resolution
168168
----
169169
Issue 25.
170170
Summary: Define "required precision" for numbers.
171171
From: Arron Eicholz
172172
Comment: (private comment)
173-
Closed: Accepted pending WG resolution
173+
Open: Accepted pending WG resolution
174174
Note: Made a required precision of 3 decimal digits.
175175
----
176176
Issue 26.

0 commit comments

Comments
 (0)