[Bug 18455] [Shadow]: Stop 'load' and 'error' events at shadow boundaries

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

--- Comment #7 from Dimitri Glazkov <dglazkov@chromium.org> 2012-08-13 02:41:42 UTC ---
(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.

-- 
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:41:44 UTC