@@ -946,30 +946,8 @@ The <code>CSSContainerRule</code> interface</h3>
946
946
Suppressing An Element’s Contents Entirely: the 'content-visibility' property {#content-visibility}
947
947
=================
948
948
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
-
958
949
Issue: [[css-contain-2#content-visibility]]
959
950
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
-
973
951
Privacy Considerations {#privacy}
974
952
=================================
975
953
@@ -1007,8 +985,6 @@ Changes since the 18 August 2022 Working Draft</h3>
1007
985
* Correct typo in 'container-type' syntax, to clarify that ''normal'' cannot
1008
986
be combined with other values.
1009
987
(<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> )
1012
988
* Allow ''var()'' references in [=container size queries=] .
1013
989
(<a href="https://github.com/w3c/csswg-drafts/issues/8088">Issue 8088</a> )
1014
990
* Allow comma-separated <<container-condition>> s to match different containers.
0 commit comments