Re: [CSS3 Conditional Rules] Last example of Example VIII for @supports incorrect

On Friday 2012-08-03 16:45 -0400, "Gérard Talbot" wrote:
> 6. Feature queries: the '@supports' rule
> http://www.w3.org/TR/css3-conditional/#at-supports
> 
> in its Example VIII says:
> 
> Instead, authors must write one of the following:
> 
> (...)
> 
> @supports (transition-property: color) or
>           ((animation-name: foo)) and
>            (transform: rotate(10deg))) {
>   // ...
> }
> 
> where there are 5 opening "(" parenthesis and 6 closing ")" parenthesis.

This was fixed in the Editor's draft a while ago:
http://dvcs.w3.org/hg/csswg/rev/a6ceaba94387

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Received on Friday, 3 August 2012 22:04:20 UTC