@@ -946,30 +946,8 @@ The <code>CSSContainerRule</code> interface</h3>
946946Suppressing An Element’s Contents Entirely: the 'content-visibility' property {#content-visibility}
947947=================
948948
949- <pre class=propdef>
950- Name : content-visibility
951- Value : visible | auto | hidden
952- Initial : visible
953- Inherited : no
954- Applies to : elements for which [=size containment=] can apply
955- Animation type : see [[#content-visibility-animation]]
956- </pre>
957-
958949 Issue: [[css-contain-2#content-visibility]]
959950
960- <h3 id='content-visibility-animation'>
961- Animating and Interpolating 'content-visibility'</h3>
962-
963- In general,
964- the 'content-visibility' property’s [=animation type=] is [=discrete=] .
965- However,
966- similar to interpolation of 'visibility'
967- (see [[web-animations-1#animating-visibility]] ),
968- during interpolation between ''content-visibility/hidden''
969- and any other 'content-visibility' value,
970- <var> p</var> values between 0 and 1
971- map to the non-''content-visibility/hidden'' value.
972-
973951Privacy Considerations {#privacy}
974952=================================
975953
@@ -1007,8 +985,6 @@ Changes since the 18 August 2022 Working Draft</h3>
1007985 * Correct typo in 'container-type' syntax, to clarify that ''normal'' cannot
1008986 be combined with other values.
1009987 (<a href="https://github.com/w3c/csswg-drafts/issues/7669">Issue 7669</a> )
1010- * Make the 'content-visibility' property animatable.
1011- (<a href="https://github.com/w3c/csswg-drafts/issues/8627">Issue 8627</a> )
1012988 * Allow ''var()'' references in [=container size queries=] .
1013989 (<a href="https://github.com/w3c/csswg-drafts/issues/8088">Issue 8088</a> )
1014990 * Allow comma-separated <<container-condition>> s to match different containers.
0 commit comments