We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cedeed commit fde73cbCopy full SHA for fde73cb
1 file changed
cssom-view-1/Overview.bs
@@ -1042,10 +1042,10 @@ dictionary ScrollIntoViewOptions : ScrollOptions {
1042
};
1043
1044
dictionary IsVisibleOptions {
1045
- bool checkAriaHidden = false;
1046
- bool checkInert = false;
1047
- bool checkOpacity = false;
1048
- bool checkVisibilityCSS = false;
+ boolean checkAriaHidden = false;
+ boolean checkInert = false;
+ boolean checkOpacity = false;
+ boolean checkVisibilityCSS = false;
1049
1050
1051
partial interface Element {
0 commit comments