[css3-animations] CSSKeyframesRule.findRule()

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>

Received on Friday, 22 February 2013 14:48:29 UTC