We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2beb93 commit ea9284bCopy full SHA for ea9284b
inputfiles/patches/cssom-view.kdl
@@ -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
10
11
12
+}
inputfiles/patches/touch-events.kdl
@@ -5,4 +5,4 @@ interface-mixin GlobalEventHandlers {
property ontouchend optional=#true
property ontouchmove optional=#true
property ontouchstart optional=#true
-}
0 commit comments