@@ -1439,7 +1439,7 @@ <h4 id=calc-syntax><span class=secno>8.1.1. </span> Syntax</h4>
14391439calc : "calc(" S* sum S* ")";
14401440sum : product [ S+ [ "+" | "-" ] S+ product ]*;
14411441product : unit [ S* [ "*" S* unit | "/" S* NUMBER ] ]*;
1442- attr : "attr(" S* wqname [ S+ type-keyword ]? S* [ "," [ unit | calc ] S* ]? ")";
1442+ attr : "attr(" S* qname [ S+ type-keyword ]? S* [ "," [ unit | calc ] S* ]? ")";
14431443unit : [ NUMBER | DIMENSION | PERCENTAGE | "(" S* sum S* ")" | calc | attr ];</ pre >
14441444
14451445 < p class =note > Note that the grammar requires spaces around binary ‘< code
@@ -1711,7 +1711,7 @@ <h3 id=attr-notation><span class=secno>8.3. </span> Attribute References:
17111711
17121712 < p > where <attr-name> is a < a
17131713 href ="http://dev.w3.org/csswg/css3-namespace/#css-qnames "> CSS qualified
1714- name</ a > (the wqname production in < a href ="#CSS3NAMESPACE "
1714+ name</ a > (the qname production in < a href ="#CSS3NAMESPACE "
17151715 rel =biblioentry > [CSS3NAMESPACE]<!--{{!CSS3NAMESPACE}}--> </ a > ) that
17161716 represents an attribute name. (In the absence of namespacing, this will
17171717 just be a CSS identifier.)
@@ -2245,33 +2245,14 @@ <h3 class=no-num id=cr-exit-criteria> CR exit criteria</h3>
22452245 < h2 class =no-num id =changes > Changes</ h2 >
22462246
22472247 < p > Changes since the < a
2248- href ="http://www.w3.org/TR/2012/WD-css3-values-20120308/ "> 8 March 2012
2249- Last Call Working Draft</ a > include many clarifications as well as the
2250- following:
2248+ href ="http://www.w3.org/TR/2012/CR-css3-values-20120828/ "> 28 August
2249+ Candidate Recommendation</ a > are:
22512250
22522251 < ul >
2253- < li > Renamed ‘< code class =css > cycle()</ code > ’ to ‘< a
2254- href ="#toggle "> < code class =css > toggle()</ code > </ a > ’.
2255-
2256- < li > ‘< a href ="#calc "> < code class =css > calc()</ code > </ a > ’ can now accept
2257- and return < a href ="#integer-value "> < var > <integer> </ var > </ a > types.
2258-
2259- < li > ‘< a href ="#calc "> < code class =css > calc()</ code > </ a > ’ may now be
2260- nested (to simplify handling of macros and variables).
2261-
2262- < li > Tightened up the handling of fallback values in ‘< a
2263- href ="#attr "> < code class =css > attr()</ code > </ a > ’.
2264-
2265- < li > Clarified parsing rules used in ‘< a href ="#attr "> < code
2266- class =css > attr()</ code > </ a > ’.
2267-
2268- < li > Added ‘< a href ="#vmax-unit "> < code class =css > vmax</ code > </ a > ’ unit.
2252+ < li > Corrected < code > wqname</ code > in the ‘< a href ="#attr "> < code
2253+ class =css > attr()</ code > </ a > ’ syntax to < code > qname</ code >
22692254 </ ul >
22702255
2271- < p > A < a
2272- href ="http://dev.w3.org/csswg/css3-values/issues-lc-2012 "> disposition of
2273- last-call comments</ a > is available.
2274-
22752256 < h2 class =no-num id =references > References</ h2 >
22762257
22772258 < h3 class =no-num id =normative-references > Normative references</ h3 >
0 commit comments