You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Thankfully, CSS provides another property, contain-intrinsic-size, which effectively specifies the natural size of the element if the element is affected by size containment."
The new
contain-intrinsic-size
can be used together withcontent-visibility
, see https://web.dev/content-visibility/It's defined here: https://www.w3.org/TR/css-sizing-4/#propdef-contain-intrinsic-size
Already supported by Chromium: https://www.chromestatus.com/feature/5737051062272000
Maybe worth adding?
The text was updated successfully, but these errors were encountered: