- From: <bugzilla@jessica.w3.org>
- Date: Mon, 01 Apr 2013 04:09:22 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21404 --- Comment #11 from Hayato Ito <hayato@chromium.org> --- 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. > For bubbling events: > > A 1 (C) 11 (B) > B 2 (C) 10 (B) > C (SH) 9 (T) > D 3 (C) 8 (B) > E (SH) 7 (T) > F 4 (C) 6 (B) > G (Target) 5 (T) -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 1 April 2013 04:09:24 UTC