Skip to content

Commit

Permalink
Make "stretch size constraint 0" more explicit.
Browse files Browse the repository at this point in the history
Explain precisely the 0 values for the inline/block stretch size constraint.
  • Loading branch information
fred-wang committed Apr 3, 2024
1 parent 5d2bf69 commit da2ae78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2247,7 +2247,8 @@ <h5>Algorithm for stretching operators along the block axis</h5>
all the items of <code>L<sub>NotToStretch</sub></code>.
If <code>L<sub>ToStretch</sub></code> is empty then stop.
If <code>L<sub>NotToStretch</sub></code> is empty, perform
layout with stretch size constraint 0 on
layout with <a>block stretch size constraint</a>
<code>(0, 0)</code> for
all the items of <code>L<sub>ToStretch</sub></code>.
</li>
<li>
Expand Down Expand Up @@ -3734,7 +3735,7 @@ <h4>Algorithm for stretching operators along the inline axis</h4>
all the items of <code>L<sub>NotToStretch</sub></code>.
If <code>L<sub>ToStretch</sub></code> is empty then stop.
If <code>L<sub>NotToStretch</sub></code> is empty, perform
layout with stretch size constraint 0 on
layout with <a>inline stretch size constraint</a> 0 for
all the items of <code>L<sub>ToStretch</sub></code>.
</li>
<li>
Expand Down

0 comments on commit da2ae78

Please sign in to comment.