Re: [css3-animations] CSSKeyframesRule.findRule()

On Feb 22, 2013 9:50 AM, "Daniel Glazman" <
daniel.glazman@disruptive-innovations.com> wrote:
>
> We discussed findRule() during this week's conf call.
> I guess the proposal is to change it from
>
>   CSSKeyframeRule findRule(in DOMString key);
>
> to
>
>   sequence<CSSKeyframeRule> findRules(in DOMString key);
>
> of course, the |key| here is subject to the change proposal made
> earlier by Sylvain.
>
> </Daniel>
>
For what its worth, i thought that proposal was very sensible

Received on Friday, 22 February 2013 15:01:08 UTC