File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1038,7 +1038,6 @@ dictionary ScrollIntoViewOptions : ScrollOptions {
10381038};
10391039
10401040dictionary IsVisibleOptions {
1041- boolean checkAriaHidden = false;
10421041 boolean checkInert = false;
10431042 boolean checkOpacity = false;
10441043 boolean checkVisibilityCSS = false;
@@ -1121,10 +1120,6 @@ Note: The {{DOMRect}} object returned by {{Element/getBoundingClientRect()}} is
11211120 1. If a [=shadow-including ancestor=] of |this|
11221121 has ''content-visibility: hidden'' ,
11231122 return false.
1124- 1. If the {{IsVisibleOptions/checkAriaHidden}} dictionary member of |options|
1125- is true,
1126- and |this| is [=hidden=] (in the ARIA sense),
1127- return false.
11281123 1. If the {{IsVisibleOptions/checkInert}} dictionary member of |options|
11291124 is true,
11301125 and |this| is [=inert=] ,
You can’t perform that action at this time.
0 commit comments