[Bug 23887] [Shadow] Put only the final destination insertion point to the event path

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

--- Comment #154 from Koji Ishii <kojiishi@gmail.com> ---
Understood what I misunderstood, so the SIP in the oldest shadow root acts as a
content insertion point. Apologies for the confusion.

While my interpretation was incorrect, the result still matches.

Now run the algorithm against:

A
  SR
    SIP
  B

There's a bit ambiguous definition in the proposed algorithm:

5.4.1. Let PROJECTED-SHADOW be the shadow root projected into CURRENT.

What is the PROJECTED-SHADOW when CURRENT is SIP?

My code gets nullptr, because no shadow roots are distributed to the SIP, and
terminates the loop. Does Gecko implement this differently?

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

Received on Monday, 16 February 2015 05:30:53 UTC