[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 #8 from Hayato Ito <hayato@chromium.org> ---
(In reply to comment #6)
> Effectively, with Shadow DOM, AT_TARGET phase:
> 1) mimics bubbling if event is non-bubbling, or
> 2) is combined with bubbling otherwise.
> 
> Does this make any sense? Does this seem like a good idea? :)

I guess that since element.addEventListener's third parameter, useCapture, is
'false' in default, people is likely to have a mental model of 'event listernes
are called from inner to outer'.
That might support the idea of 'minicing bubbling events' for AT_TARGET phase.

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

Received on Monday, 1 April 2013 03:25:34 UTC