[Webkit-unassigned] [Bug 112411] WebKitCSSKeyframesRule.idl should have item method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 01:56:42 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112411





--- Comment #4 from Koji Hara <kojih at chromium.org>  2013-03-15 01:59:08 PST ---
Regarding the working draft, there is no item method in CSSKeyframesRule.
http://www.w3.org/TR/css3-animations/#csskeyframesrule

Meanwhile, WebKitCSSKeyframesRule.idl has [IndexedGetter] attribute.
According to the WebKitIDL spec, the bindings code for indexed getters is generated automatically so that XXX[i] behaves equivalent to XXX.item(i).
This implies the interface should have item method.
http://trac.webkit.org/wiki/WebKitIDL#IndexedGetter

Thus here my conclusion is:
(1) This patch is not good.
(2) There's inconsistency between CSS3 Animations Working draft and WebKitIDL.
    ([IndexedGetter] but no item() method in WebKitIDL)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list