We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3167d7 commit 57b4279Copy full SHA for 57b4279
1 file changed
css-writing-modes/Overview.bs
@@ -2048,11 +2048,11 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
2048
<dd>the <a href="http://www.w3.org/TR/css3-sizing/#max-content-measure">max-content inline-size</a> of the box
2049
2050
<dt><var>constraint</var>
2051
- <dd>the box’s <i>inline-axis</i> <a href="http://www.w3.org/TR/css3-sizing/#terms">fill-available fit</a>
2052
- into the smaller of
+ <dd>the <i>inline-axis</i> size
+ that would match the box's <i>inline-axis</i> outer edges to the smaller of
2053
<ul>
2054
- <li>the box’s <i>available inline size</i>
2055
- <li>the initial containing block’s <i>inline size</i>
+ <li>the <i>available size</i>
+ <li>the initial containing block’s <i>size</i>
2056
</dl>
2057
2058
<div class="note">
0 commit comments