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 a88fbed commit 2fcb5b9Copy full SHA for 2fcb5b9
inputfiles/patches/cssom-view.kd
@@ -1,7 +1,7 @@
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 | null" {
+ method elementFromPoint returns="Element?" {
5
param x type=number
6
param y type=number
7
}
0 commit comments