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 c095db7 commit 9682083Copy full SHA for 9682083
inputfiles/patches/cssom-view.kdl
@@ -1,12 +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
+ method elementFromPoint returns=Element nullable=#true {
+ param x type=long
+ param y type=long
+ }
+ method elementsFromPoint returns="Element" array {
12
}
0 commit comments