mirror of
https://github.com/servo/servo.git
synced 2025-09-22 04:40:09 +01:00
Selection interface working for synthetic operations
This commit is contained in:
parent
e697e6cca7
commit
5ef3358951
30 changed files with 812 additions and 8468 deletions
|
@ -95,6 +95,12 @@ partial interface mixin GlobalEventHandlers {
|
|||
attribute EventHandler ontransitionend;
|
||||
};
|
||||
|
||||
// https://w3c.github.io/selection-api/#extensions-to-globaleventhandlers-interface
|
||||
partial interface mixin GlobalEventHandlers {
|
||||
attribute EventHandler onselectstart;
|
||||
attribute EventHandler onselectionchange;
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#windoweventhandlers
|
||||
[Exposed=Window]
|
||||
interface mixin WindowEventHandlers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue