[Bug 15695] Should MutationCallback be a callback *interface*?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15695

--- Comment #3 from Olli Pettay <bugs@pettay.fi> ---
So is this compatible with the implementations?
Webkit has
https://trac.webkit.org/browser/trunk/Source/WebCore/dom/MutationCallback.idl#L34

In Gecko we do support 
http://mxr.mozilla.org/mozilla-central/source/dom/interfaces/core/nsIDOMMutationObserver.idl#68
so { handleMutation() {} } would be supported.
But I'm about to move the implementation to new bindings so I take
webidl from the spec, where there isn't a callback interface anymore.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 18 December 2012 00:40:21 UTC