Re: [css-animations] CSSRule additions

On Fri, Jul 12, 2013 at 4:43 AM, Ms2ger <ms2ger@gmail.com> wrote:
> Hi all,
>
> http://dev.w3.org/csswg/css-animations/#CSSRule-interface has
>
> interface CSSRule {
>   ...
>   const unsigned short KEYFRAMES_RULE = 7;
>   const unsigned short KEYFRAME_RULE = 8;
>   ...
> };
>
> The correct syntax is
>
> partial interface CSSRule {
>   const unsigned short KEYFRAMES_RULE = 7;
>   const unsigned short KEYFRAME_RULE = 8;
> };

The only difference is the "partial", right?

~TJ

Received on Friday, 12 July 2013 16:33:42 UTC