Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSScontainer-query internalsSingle-choice MCQ

Container query length units (`cqw`, `cqi`, etc.) resolve against the nearest query container. Internally, why can the same `cqi` value on one element resolve to two different pixel lengths within a single layout pass without any DOM mutation?

.a { width: 50cqi; } .b { padding: 10cqi; }