- From: <bugzilla@jessica.w3.org>
- Date: Mon, 13 Aug 2012 02:51:53 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18455 --- Comment #8 from Shinya Kawanaka <shinyak@chromium.org> 2012-08-13 02:51:52 UTC --- (In reply to comment #7) > (In reply to comment #6) > > > I am not sure which "replaced element spec" you're talking about and where will > > > we break the compatibility? > > > > > > The fact that the special inner element is the one firing the load event is > > > just an implementation detail (and an incorrect one, right?). > > > > Yeah, it might be an implementation details. However, if the special inner > > element does not fire an event, how the elements in author shadow tree receives > > an event? Such elements cannot receive an event? I don't think this is a > > desired behavior... > > They would just register a listener on the host? This is a very similar > situation to VIDEO/AUDIO element implementation: the events fire on the > element, and shadow DOM listens to them. Hmm... OK... You say that just adding an EventListener to the host is enough? Then we could handle it... -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 13 August 2012 02:51:54 UTC