- From: <bugzilla@jessica.w3.org>
- Date: Thu, 18 Jul 2013 05:36:43 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22720 Dominic Cooney <dominicc@chromium.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominicc@chromium.org --- Comment #1 from Dominic Cooney <dominicc@chromium.org> --- I think the intended use of these callbacks and DOM events are different. These callbacks are used by the implementation of the custom element. The created callback is like a constructor, for example. If a particular custom element wants to turn around and dispatch an event in response to one of these callbacks, it can do it. I think the integration with existing libraries will come at that level. The custom element translates the raw, low-level callbacks into some more meaningful, higher-level events that make sense for that particular element. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 18 July 2013 05:36:44 UTC