Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSScontent-visibilitySingle-choice MCQ

An off-screen section uses `content-visibility: auto`. The author wants to avoid layout shift when it scrolls into view but sees a jump. Which property exists specifically to feed the engine a size estimate while the subtree is skipped, and what does the engine do with it?

section { content-visibility: auto; contain-intrinsic-size: auto 500px; }