https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override
If this property is specified on a replaced element, should that change the aspect-ratio of that element? E.g. should img { contain: size; contain-intrinsic-size: 100px 200px; } imply aspect-ratio: 100/200;?
(And if yes, should that only for replaced elements that have an intrinsic aspect-ratio or also for others, e.g. iframe?)
ref https://crbug.com/1091331
cc @fantasai