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 1ec8ba5 commit f35d16fCopy full SHA for f35d16f
cssom-view-1/Overview.bs
@@ -1047,7 +1047,7 @@ partial interface Element {
1047
DOMRectList getClientRects();
1048
[NewObject] DOMRect getBoundingClientRect();
1049
1050
- bool isVisible(optional IsVisibleOptions = {});
+ bool isVisible(optional IsVisibleOptions options = {});
1051
1052
undefined scrollIntoView(optional (boolean or ScrollIntoViewOptions) arg = {});
1053
undefined scroll(optional ScrollToOptions options = {});
0 commit comments