[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 #6 from Dimitri Glazkov <dglazkov@chromium.org> ---
(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:08:22 UTC