[Bug 20247] [Shadow]: Update constraints around stopping events

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

Dimitri Glazkov <dglazkov@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |annevk@annevk.nl

--- Comment #3 from Dimitri Glazkov <dglazkov@chromium.org> ---
I am trying to come up with a general rule of thumb. I guess is something like:

If the event is retargeted, does event's meaning change?

For example, if a "load" event is heard at a shadow host, it conveys the
meaning of shadow host somehow completing loading, which is not true, because
all it means that some element inside of host's shadow tree has completed
loading.

Conversely, if an "click" event is heard a a shadow host, it says that the
shadow host was clicked. Since shadow tree is how shadow host is rendered, the
meaning of the event stays the same.

WDYT?

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

Received on Thursday, 6 December 2012 23:08:40 UTC