[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 #7 from Hayato Ito <hayato@chromium.org> ---
I don't have a strong opinion to either idea.

For me, the original one looks natural one.
I'd like to know the reason and use cases for changing the behavior.


(In reply to comment #6)
> (In reply to comment #5)
> 
> I think what Daniel wants is:
> 
>   A          1 (C)  
>   B          2 (C)
>   C (SH)            7 (T)
>   D          3 (C)
>   E (SH)            6 (T)
>   F          4 (C) 
>   G (Target)        5 (T)
> 
> 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? :)

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

Received on Monday, 1 April 2013 03:14:16 UTC