- From: <bugzilla@jessica.w3.org>
- Date: Sat, 22 Mar 2014 04:31:38 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23887
--- Comment #58 from Jonas Sicking <jonas@sicking.cc> ---
For what it's worth, if I create a tree which illustrates how event propagation
happens using the currently defined event path, and the example at [1] I get
something like this:
<document>
<shadowhost1>
<shadowroot id=sr1>
<shadowhost2>
<shadowroot id=sr2>
<namelesschild>
<content id="insertion point 3">
<content id="insertion point 1">
<child1/>
</content>
<child3/>
</content>
<namelesschild/>
</namelesschild>
</shadowroot>
</shadowhost2>
<content id="insertion point 2">
<c2/>
</content>
</shadowroot>
<shadowhost1>
</document>
[1] http://w3c.github.io/webcomponents/spec/shadow/#distribution-results
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 22 March 2014 04:31:40 UTC