@@ -10,56 +10,64 @@ Closed: Accepted
1010Issue 2.
1111Summary: calc() and attr() need to resolve values that are normally changed at computed-value time
1212From: Kenny Lu
13- Comment: http://www .w3.org/mid/4F858F59.1000606@csail.mit.edu
14- Response:
13+ Comment: http://lists .w3.org/Archives/Public/www-style/2012Apr/0261.html
14+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0625.html
1515Closed: Accepted.
1616----
1717Issue 3.
1818Summary: Using the 'integer' type in attr() seems to be invalid in places that want <number>.
1919From: Kenny Lu
20- Comment:
20+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
21+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
2122Closed: Invalid
2223----
2324Issue 4.
2425Summary: Eliminate the 'integer' type entirely.
2526From: Kenny Lu
26- Comment:
27+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
28+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
2729Closed: Rejected.
2830----
2931Issue 5.
3032Summary: 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
3133From: Kenny Lu
32- Comment:
34+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
35+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
3336Closed: Accepted
3437----
3538Issue 6.
3639Summary: @import should probably disallow attr()
3740From: Kenny Lu
38- Comment:
41+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
42+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
3943Closed: Accepted
4044----
4145Issue 7.
4246Summary: Should calc() be allowed in @keyframes selectors?
4347From: Kenny Lu
44- Comment:
48+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
49+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
4550Closed: OutOfScope
4651----
4752Issue 8.
4853Summary: attr() should disallow its fallback value from *containing* another attr(), not just *being* attr().
4954From: Kenny Lu
50- Comment:
55+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
56+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
5157Closed: Accepted
5258----
5359Issue 9.
5460Summary: attr() shouldn't disallow its fallback value from containing more attr().
5561From: Kenny Lu
56- Comment:
62+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
63+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
5764Closed: Rejected
5865----
5966Issue 10.
6067Summary: Can calc() return an <integer>? If so, clarify when it does so.
6168From: Kenny Lu
62- Comment:
69+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0260.html
70+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0624.html
6371Closed:
6472----
6573Issue 11.
@@ -71,25 +79,29 @@ Issue 12.
7179Summary: cycle() and values that have commas.
7280From: Kenny Lu
7381Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0151.html
74- Closed:
82+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0626.html
83+ Closed: Deferred
7584----
7685Issue 13.
7786Summary: cycle() can't skip levels, or easily refer to non-inherited properties
7887From: Kenny Lu
7988Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html
80- Closed:
89+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0627.html
90+ Closed: Deferred
8191----
8292Issue 14.
8393Summary: Example UA stylesheet using cycle() for <ul> is incorrect.
8494From: Kenny Lu
8595Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html
86- Closed:
96+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0627.html
97+ Closed: Deferred
8798----
8899Issue 15.
89100Summary: Value equality of components of cycle() ill-defined
90101From: Kenny Lu
91102Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html
92- Closed:
103+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0627.html
104+ Closed: Deferred
93105----
94106Issue 16.
95107Summary: Defer cycle() to level 4
@@ -113,33 +125,37 @@ Issue 19.
113125Summary: 'font-family' allows use of 'inherit' keyword in some circumstances
114126From: Kenny Lu
115127Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0080.html
116- Closed:
128+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0631.html
129+ Closed: OutOfScope
130+ 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.
117131----
118132Issue 20.
119133Summary: Several grammar nits around numbers
120134From: Kenny Lu
121135Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0080.html
122- Closed: OutOfScope
123- Note: These were fixed by me just rewriting the Syntax module.
136+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0631.html
137+ Closed: OutOfScope pending WG resolution
138+ Note: These were fixed by me just rewriting the Syntax module. We're trying to backport the changes to 2.1.
124139----
125140Issue 21.
126141Summary: attr() and cycle() must be "valid where they are placed", but can resolve as multiple types
127142From: Kenny Lu
128143Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0151.html
129- Closed:
144+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0626.html
145+ Closed: Accepted
130146----
131147Issue 22.
132148Summary: Required ranges for all the values seem random or incorrect
133149From: Kenny Lu
134150Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0403.html
135- Response:
151+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0633.html
136152Closed: Accepted
137153----
138154Issue 23.
139155Summary: When does clamping happen in calc()?
140156From: Kenny Lu
141157Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0403.html
142- Response:
158+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0633.html
143159Closed: Accepted
144160----
145161Issue 24.
@@ -152,5 +168,22 @@ Closed: Accepted
152168Issue 25.
153169Summary: Define "required precision" for numbers.
154170From: Arron Eicholz
155- Closed:
171+ Comment: (private comment)
172+ Closed: Accepted
173+ Note: Made a required precision of 3 decimal digits.
174+ ----
175+ Issue 26.
176+ Summary: Can calc() add numbers and dimensions?
177+ From: Tab Atkins
178+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0531.html
179+ Note: Potentially useful in line-height.
180+ Response: http://lists.w3.org/Archives/Public/www-style/2012Apr/0561.html
181+ Closed: Rejected
182+ ----
183+ Issue 27.
184+ Summary: Order-sensitive "one or more, in order" grammar combinator?
185+ From: fantasai
186+ Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0566.html
187+ Response:
188+ Closed:
156189----
0 commit comments