mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Implement Event.composedPath (#31123)
* Implement Event.composedPath * Implement Event.composedPath Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> * Use documentation comments for EventMethods Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> * Update wpt test expectations Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> --------- Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
54fb381a0a
commit
5d7e2a8239
6 changed files with 35 additions and 67 deletions
|
@ -14,6 +14,7 @@ interface Event {
|
|||
readonly attribute EventTarget? target;
|
||||
readonly attribute EventTarget? srcElement;
|
||||
readonly attribute EventTarget? currentTarget;
|
||||
sequence<EventTarget> composedPath();
|
||||
|
||||
const unsigned short NONE = 0;
|
||||
const unsigned short CAPTURING_PHASE = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue