Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSScontain layout paint sizeSingle-choice MCQ

An element has `contain: size` but no explicit width or height. What does the layout engine compute as its intrinsic content size, and why is this usually a mistake?

.box { contain: size; } /* .box has children but no width/height set */