Event.composed flag should be set properly |
||
Issue descriptionSee the context: https://codereview.chromium.org/2012423004 DOM standard requires that a composed flag is false in default. However, Blink is still using a list of events (See Event::isScoped), whose composed flag is *false* in default. Instead of this list, we should have a list of events, whose composed flag should be *true* in default to note the exceptional cases.
,
Jun 30 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 3 2016