Skip to content

Commit 57b4279

Browse files
committed
[css-writing-modes] Clarify fill-available fit clause for <http://www.w3.org/mid/b12929ef85504669fd6c780010cef743@gtalbot.org>
1 parent d3167d7 commit 57b4279

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,11 +2048,11 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
20482048
<dd>the <a href="http://www.w3.org/TR/css3-sizing/#max-content-measure">max-content inline-size</a> of the box
20492049

20502050
<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
2051+
<dd>the <i>inline-axis</i> size
2052+
that would match the box's <i>inline-axis</i> outer edges to the smaller of
20532053
<ul>
2054-
<li>the box’s <i>available inline size</i>
2055-
<li>the initial containing block’s <i>inline size</i>
2054+
<li>the <i>available size</i>
2055+
<li>the initial containing block’s <i>size</i>
20562056
</dl>
20572057

20582058
<div class="note">

0 commit comments

Comments
 (0)