Skip to content

Commit 9682083

Browse files
committed
-
1 parent c095db7 commit 9682083

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

inputfiles/patches/cssom-view.kdl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Manually moved from Document
22
// See https://github.com/w3c/csswg-drafts/issues/5886 and https://github.com/w3c/csswg-drafts/issues/556
33
interface-mixin DocumentOrShadowRoot {
4-
method elementFromPoint returns=Element nullable=#true {
5-
param x type=long
6-
param y type=long
7-
}
8-
method elementsFromPoint returns="Element" array {
9-
param x type=long
10-
param y type=long
11-
}
4+
method elementFromPoint returns=Element nullable=#true {
5+
param x type=long
6+
param y type=long
7+
}
8+
method elementsFromPoint returns="Element" array {
9+
param x type=long
10+
param y type=long
11+
}
1212
}

0 commit comments

Comments
 (0)