Skip to content

Commit 01f4ebc

Browse files
committed
[cssom-view-1] Fix remaining IDL instances of "bool"
This is a follow-up to #7162 to fix occurrences of `bool` that were missed in the previous PR.
1 parent 4cedeed commit 01f4ebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cssom-view-1/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1042,10 +1042,10 @@ dictionary ScrollIntoViewOptions : ScrollOptions {
10421042
};
10431043

10441044
dictionary IsVisibleOptions {
1045-
bool checkAriaHidden = false;
1046-
bool checkInert = false;
1047-
bool checkOpacity = false;
1048-
bool checkVisibilityCSS = false;
1045+
boolean checkAriaHidden = false;
1046+
boolean checkInert = false;
1047+
boolean checkOpacity = false;
1048+
boolean checkVisibilityCSS = false;
10491049
};
10501050

10511051
partial interface Element {

0 commit comments

Comments
 (0)