[Bug 23887] [Shadow] Update event retargeting algorithm to never violate the rule of parentNode always preceeding the node in event path

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

--- Comment #174 from Koji Ishii <kojiishi@gmail.com> ---
While I'm still unable to fix the 4 test failures in the proposed algorithm, I
took another approach to re-start from the current algorithm and came up with
"candidate 2" algorithm. This algorithm:
 * Produces the same result as specified in comment 115
 * Passes all tests in Blink
 * Produces the same results as the currently proposed algorithm for all tests
in Blink, except the 4 failing tests

Olli told me that he can review this tomorrow or so, and we can update you all
here after Olli and I discuss, but comments are appreciated if any.

"Candidate 2" algorithm:
https://cdn.rawgit.com/kojiishi/webcomponents/125051d4ea5973b459fc291636ccef8d0508501f/spec/shadow/index.html#bug23887-koji
(If re-spec prevents your browser to jump to the point, please find "candidate
2")

Blink WIP patch:
https://codereview.chromium.org/906123002/

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

Received on Wednesday, 15 April 2015 01:53:43 UTC