mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
implement historical cancelBubble attribute for Event interface
This commit is contained in:
parent
4d8d54fc00
commit
c1e96b452d
8 changed files with 13 additions and 55 deletions
|
@ -20,6 +20,7 @@ interface Event {
|
|||
readonly attribute unsigned short eventPhase;
|
||||
|
||||
void stopPropagation();
|
||||
attribute boolean cancelBubble;
|
||||
void stopImmediatePropagation();
|
||||
|
||||
[Pure]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue