For example: ```html <div id=container style="container-type: inline-size; width: min-content;"> <div id=element style="height: 10cqw">height?</div> </div> <script> getComputedStyle(element).height; // ? </script> ``` `<length>` in [`height`](https://drafts.csswg.org/css-sizing-3/#propdef-height) must compute to an absolute value, but `min-content` resolves at used value time. Should the computed/used `height` resolve to `0px`? https://drafts.csswg.org/css-conditional-5/#container-lengths
For example:
<length>inheightmust compute to an absolute value, butmin-contentresolves at used value time. Should the computed/usedheightresolve to0px?https://drafts.csswg.org/css-conditional-5/#container-lengths