- From: <bugzilla@jessica.w3.org>
- Date: Tue, 31 Jul 2012 23:16:27 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18455 Summary: [Shadow]: Stop 'load' and 'error' events at shadow boundaries Product: WebAppsWG Version: unspecified Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: Component Model AssignedTo: dglazkov@chromium.org ReportedBy: tross@microsoft.com QAContact: public-webapps-bugzilla@w3.org Various HTML elements fire load and error events, but typically only once. Given the event retargetting behavior in Shadow DOM, when elements within a shadow subtree fire a load or error event (e.g. IMG), that event will propagate out and appear to be an event on the shadow host itself. This will happen for each piece of shadow content which fires such an event, giving the impression that the shadow host has reached a 'load' or 'error' state (or both!) multiple times. To avoid this, the load and error events should be added to the list of events which are stopped at the nearest shadow boundary. -- 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 Tuesday, 31 July 2012 23:16:29 UTC