- From: <bugzilla@jessica.w3.org>
- Date: Tue, 18 Dec 2012 00:40:14 +0000
- To: public-webapps-bugzilla@w3.org
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