[Bug 21066] [Shadow]: Provide an event path api

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

--- Comment #11 from Steve Orvell <sorvell@chromium.org> ---
Given:
<a>
  <d>
SR
  <b>
    <content id="a">
  SR
  <c>  
    <content id="b">

The unflattened tree is:

<a>
  <b>
    <c>
      <content id="b">
        <content id="a">
          <d>

In the current implementation of insertionParent in blink, the insertionParent
of <d> is content#b. Thus, one cannot see content#a in the event path. Perhaps
we need a more precise definition of insertionParent.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 22 April 2013 14:38:04 UTC