We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8daca67 commit 5ce3ac1Copy full SHA for 5ce3ac1
1 file changed
css-contain-2/Overview.bs
@@ -1696,11 +1696,16 @@ Restrictions and Clarifications {#cv-notes}
1696
to their "proper" values from the cascade),
1697
no transitions are started.
1698
1699
-11. While an element is [=skipped=],
1700
- if it is placed in the [=top layer=],
+11. If an element has an ancestor with ''content-visibility: hidden'',
+ and it is placed in the [=top layer=],
1701
it does not generate any boxes,
1702
as if it were ''display: none''.
1703
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
+
1709
1710
1711
Accessibility Implications {#cv-a11y}
0 commit comments