The min-content and max-content values are defined as "otherwise compute to the property’s initial value". I read that as "otherwise (in the block-axis) the computed value of this property is the property’s initial value". This is not what UAs actually implement and would be problematic to implement since it would introduce a dependency on the writing-mode
property. For example:
<div style="height: min-content"> <div style="height: inherit"></div> </div>
The spec suggest that the inner element should inherit the value auto
. This seems wrong to me, it should inherit the value min-content
(and this is what UAs currently implements).
I suggest you reword it as "otherwise the used value is the property’s initial value".
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3