implement historical cancelBubble attribute for Event interface

This commit is contained in:
Yuki Toyoda 2019-02-24 12:15:34 +09:00
parent 4d8d54fc00
commit c1e96b452d
8 changed files with 13 additions and 55 deletions

View file

@ -20,6 +20,7 @@ interface Event {
readonly attribute unsigned short eventPhase;
void stopPropagation();
attribute boolean cancelBubble;
void stopImmediatePropagation();
[Pure]