File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1243,12 +1243,12 @@ Note: The {{DOMRect}} object returned by {{Element/getBoundingClientRect()}} is
1243
1243
1244
1244
1. If |this| does not have an associated [=CSS/box=] ,
1245
1245
return false.
1246
- 1. If a [=shadow-including ancestor=] of |this|
1246
+ 1. If an ancestor of |this| in the [=flat tree=]
1247
1247
has ''content-visibility: hidden'' ,
1248
1248
return false.
1249
1249
1. If the {{CheckVisibilityOptions/checkOpacity}} dictionary member of |options|
1250
1250
is true,
1251
- and |this|, or a [=shadow-including ancestor=] of |this|,
1251
+ and |this|, or an ancestor of |this| in the [=flat tree=] ,
1252
1252
has a computed 'opacity' value of ''0'' ,
1253
1253
return false.
1254
1254
1. If the {{CheckVisibilityOptions/checkVisibilityCSS}} dictionary member of |options|
You can’t perform that action at this time.
0 commit comments