Skip to content

Commit 2fcb5b9

Browse files
Bashamegasaschanaz
andauthored
Update inputfiles/patches/cssom-view.kd
Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent a88fbed commit 2fcb5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputfiles/patches/cssom-view.kd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 | null" {
4+
method elementFromPoint returns="Element?" {
55
param x type=number
66
param y type=number
77
}

0 commit comments

Comments
 (0)