Skip to content

Commit 4cedeed

Browse files
authored
[cssom-view-1] Fix invalid "bool" IDL type (#7162)
1 parent f887541 commit 4cedeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-view-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ partial interface Element {
10521052
DOMRectList getClientRects();
10531053
[NewObject] DOMRect getBoundingClientRect();
10541054

1055-
bool isVisible(optional IsVisibleOptions options = {});
1055+
boolean isVisible(optional IsVisibleOptions options = {});
10561056

10571057
undefined scrollIntoView(optional (boolean or ScrollIntoViewOptions) arg = {});
10581058
undefined scroll(optional ScrollToOptions options = {});

0 commit comments

Comments
 (0)