Skip to content

Commit e680c3e

Browse files
committed
[cssom-view-1] Duh, c-v doesn't hide the element itself. Thanks, @vmpstr. #6850
1 parent 7afea74 commit e680c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-view-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ Note: The {{DOMRect}} object returned by {{Element/getBoundingClientRect()}} is
11221122

11231123
1. If |this| does not have an associated [=layout box=],
11241124
return false.
1125-
1. If |this|, or a [=shadow-inclusive ancestor=] of |this|,
1125+
1. If a [=shadow-inclusive ancestor=] of |this|
11261126
has ''content-visibility: hidden'',
11271127
return false.
11281128
1. If the {{IsVisibleOptions/checkAriaHidden}} dictionary member of |options|

0 commit comments

Comments
 (0)