We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f887541 commit 4cedeedCopy full SHA for 4cedeed
cssom-view-1/Overview.bs
@@ -1052,7 +1052,7 @@ partial interface Element {
1052
DOMRectList getClientRects();
1053
[NewObject] DOMRect getBoundingClientRect();
1054
1055
- bool isVisible(optional IsVisibleOptions options = {});
+ boolean isVisible(optional IsVisibleOptions options = {});
1056
1057
undefined scrollIntoView(optional (boolean or ScrollIntoViewOptions) arg = {});
1058
undefined scroll(optional ScrollToOptions options = {});
0 commit comments