From https://drafts.csswg.org/css-sizing-4/#last-remembered > At the time that [ResizeObserver](https://drafts.csswg.org/resize-observer-1/#resizeobserver) events are determined and delivered, if an element has [contain-intrinsic-size: auto](https://drafts.csswg.org/css-sizing-4/#propdef-contain-intrinsic-size), is capable of being a [ResizeObserver](https://drafts.csswg.org/resize-observer-1/#resizeobserver) target, **but does not have [size containment](https://drafts.csswg.org/css-contain-2/#size-containment)**, record the current inner dimensions of its [principal box](https://drafts.csswg.org/css-display-3/#principal-box) as its [last remembered size](https://drafts.csswg.org/css-sizing-4/#last-remembered). What if the element has [`contain: inline-size`](https://drafts.csswg.org/css-contain-3/#containment-inline-size)? - The dimensions are recorded as the last remembered size, as would happen with no containment. - The dimensions are not recorded as the last remembered size, as would happen with full size containment. - Only the block dimension is recorded as the last remembered block size. This would imply that the dimensions are recorded independently, and probably it should be the same when `contain-intrinsic-size` has `auto` in a single axis (#7516).
From https://drafts.csswg.org/css-sizing-4/#last-remembered
What if the element has
contain: inline-size?contain-intrinsic-sizehasautoin a single axis ([css-sizing] Last remembered size relies on unclearcontain-intrinsic-size: auto#7516).