File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
17061711Accessibility Implications {#cv-a11y}
You can’t perform that action at this time.
0 commit comments