mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Migrate to IDL mixin syntax
This commit is contained in:
parent
1b6715158d
commit
d6c58b8226
46 changed files with 187 additions and 204 deletions
|
@ -7,8 +7,7 @@
|
|||
* https://w3c.github.io/webcomponents/spec/shadow/#extensions-to-the-documentorshadowroot-mixin
|
||||
*/
|
||||
|
||||
[NoInterfaceObject]
|
||||
interface DocumentOrShadowRoot {
|
||||
interface mixin DocumentOrShadowRoot {
|
||||
// Selection? getSelection();
|
||||
Element? elementFromPoint (double x, double y);
|
||||
sequence<Element> elementsFromPoint (double x, double y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue