Skip to content

Commit f35d16f

Browse files
committed
[cssom-view-1] Whoops, forgot arg name.
1 parent 1ec8ba5 commit f35d16f

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
@@ -1047,7 +1047,7 @@ partial interface Element {
10471047
DOMRectList getClientRects();
10481048
[NewObject] DOMRect getBoundingClientRect();
10491049

1050-
bool isVisible(optional IsVisibleOptions = {});
1050+
bool isVisible(optional IsVisibleOptions options = {});
10511051

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

0 commit comments

Comments
 (0)