diff --git a/css-contain-3/Overview.bs b/css-contain-3/Overview.bs index 90c1d8e4b59..07b46fccb2a 100644 --- a/css-contain-3/Overview.bs +++ b/css-contain-3/Overview.bs @@ -1060,8 +1060,30 @@ The CSSContainerRule interface Suppressing An Element’s Contents Entirely: the 'content-visibility' property {#content-visibility} ================= +
+	Name: content-visibility
+	Value: visible | auto | hidden
+	Initial: visible
+	Inherited: no
+	Applies to: elements for which [=size containment=] can apply
+	Animation type: see [[#content-visibility-animation]]
+	
+ Issue: [[css-contain-2#content-visibility]] +

+Animating and Interpolating 'content-visibility'

+ + In general, + the 'content-visibility' property’s [=animation type=] is [=discrete=]. + However, + similar to interpolation of 'visibility' + (see [[web-animations-1#animating-visibility]]), + during interpolation between ''content-visibility/hidden'' + and any other 'content-visibility' value, + p values between 0 and 1 + map to the non-''content-visibility/hidden'' value. + Privacy Considerations {#privacy} ================================= @@ -1097,6 +1119,8 @@ Changes since the 18 August 2022 Working Draft * Correct typo in 'container-type' syntax, to clarify that ''normal'' cannot be combined with other values. (Issue 7669) + * Make the 'content-visibility' property animatable. + (Issue 8627)

Changes since the 21 December 2021 First Public Working Draft