- From: <bugzilla@jessica.w3.org>
- Date: Mon, 16 Dec 2013 17:27:02 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23887 --- Comment #39 from Steve Orvell <sorvell@chromium.org> --- Removing insertion points from the event path is a significant change. I think it's important to try to gather more feedback before moving forward. One obvious issue I see is that to capture the same behavior there are some cases where additional 'wrapper' elements will be required, e.g. <content select=".header"></content> <content select=".content"></content> With the current rules, I can listen to events that bubble from elements selected into each insertion point via listeners on the content element. If we remove insertion points from the event path, one would need wrapper elements around the insertion points with the listeners on them. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 16 December 2013 17:27:05 UTC