[Bug 21404] [Shadow]: 5.5 Event Dispatch references incorrect steps of event dispatching algorithm

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

--- Comment #13 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to comment #11)
> I have to address one more issue:
>   How to handle event.cancelBubble in the new event order?
> 
> For example, if an event lister on Node E sets event.cancelBubble to true on
> #7, what should be done for (#8 - #11)?
> 
> My idea is:
>   - Event listeners on #9 should be called with AT_TARGET phase even though.
>   - Event listeners on (#8, #10, #11) should not be called with BUBBLING
> phase.

I think this is reasonable.

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

Received on Monday, 1 April 2013 15:51:36 UTC