Skip to content

Commit afb647e

Browse files
committed
[cssom-view] Remove checkAriaHidden option, per w3c#7232
1 parent 43778f7 commit afb647e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cssom-view-1/Overview.bs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,6 @@ dictionary ScrollIntoViewOptions : ScrollOptions {
10381038
};
10391039

10401040
dictionary 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=],

0 commit comments

Comments
 (0)