Are any documentation impacts of this work that need to be recorded _now_? (I'm [investigating for the docs team](https://github.com/mdn/content/issues/20876)). My understanding is that - [`content-visibility`](https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility) can be applied to an HTML element, such as a canvas, or an SVG element to effectively tell the user agent that the element doesn't have to be rendered (or that it may not need to be rendered and the user agent can decide when/if). - The [`contain-intrinsic-size`](https://developer.mozilla.org/en-US/docs/Web/CSS/contain-intrinsic-size) can be applied at the same time to hint to the user agent how big the rendered element is so that the required space can be reserved for layout. - All of this is being delivered behind the pref `layout.css.contain-intrinsic-size.enabled`. 1. I assume the plan is to ship `content-visibility` and `contain-intrinsic-size` when all aspects as covered in the current spec are complete? 2. Any ETA on that? 3. Is there any reason not to add the preference for FF104 with a note that this is partial against `content-visibility` and `contain-intrinsic-size` ?
Bug 1597529 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Are any documentation impacts of this work that need to be recorded _now_? (I'm [investigating for the docs team](https://github.com/mdn/content/issues/20876)). My understanding is that - [`content-visibility`](https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility) can be applied to an HTML element, such as a canvas, or an SVG element to effectively tell the user agent that the element doesn't have to be rendered (or that it may not need to be rendered and the user agent can decide when/if). - The [`contain-intrinsic-size`](https://developer.mozilla.org/en-US/docs/Web/CSS/contain-intrinsic-size) can be applied at the same time to hint to the user agent how big the rendered element is so that the required space can be reserved for layout. - All of this is being delivered behind the pref `layout.css.contain-intrinsic-size.enabled`. 1. I assume the plan is to ship `content-visibility` and `contain-intrinsic-size` when all aspects as covered in the current spec are complete? 2. Any ETA on that? 3. Is there any reason not to add the preference for FF104 with a note that this is partial against `content-visibility` and `contain-intrinsic-size` ? 4. Is there a different pref for `content-visibility`?