Skip to content

Commit ea9284b

Browse files
committed
-
1 parent a2beb93 commit ea9284b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

inputfiles/patches/cssom-view.kdl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Manually moved from Document
2+
// See https://github.com/w3c/csswg-drafts/issues/5886 and https://github.com/w3c/csswg-drafts/issues/556
3+
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+
}
12+
}

inputfiles/patches/touch-events.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ interface-mixin GlobalEventHandlers {
55
property ontouchend optional=#true
66
property ontouchmove optional=#true
77
property ontouchstart optional=#true
8-
}
8+
}

0 commit comments

Comments
 (0)