Skip to content

Commit 5ce3ac1

Browse files
committed
[css-contain-2] Argh, I had the fixed text in my buffer but didn't save. #6728
1 parent 8daca67 commit 5ce3ac1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

css-contain-2/Overview.bs

+7-2
Original file line numberDiff line numberDiff line change
@@ -1696,11 +1696,16 @@ Restrictions and Clarifications {#cv-notes}
16961696
to their "proper" values from the cascade),
16971697
no transitions are started.
16981698

1699-
11. While an element is [=skipped=],
1700-
if it is placed in the [=top layer=],
1699+
11. If an element has an ancestor with ''content-visibility: hidden'',
1700+
and it is placed in the [=top layer=],
17011701
it does not generate any boxes,
17021702
as if it were ''display: none''.
17031703

1704+
Note: An element [=skipped=] for other reasons,
1705+
such as having a ''content-visiblity: auto'' ancestor,
1706+
will still generate boxes as normal,
1707+
and might thus become un-[=skipped=].
1708+
17041709

17051710

17061711
Accessibility Implications {#cv-a11y}

0 commit comments

Comments
 (0)