Skip to content

Commit

Permalink
Default minsize value, percentage minsize/maxsize - closes #103
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-wang committed Jul 16, 2021
1 parent 824e85e commit c2cc6a2
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ <h4>Dictionary-based attributes</h4>
<code>0.2777777777777778em</code> for
<code>lspace</code> and
<code>rspace</code> properties ;
<code>100%</code> for the <code>minsize</code> property and
<code>1em</code> for the <code>minsize</code> property and
∞ for the <code>maxsize</code> property.
</li>
</ol>
Expand All @@ -1694,14 +1694,9 @@ <h4>Dictionary-based attributes</h4>
or to the fallback value above.
</p>
<p>
Percentages value for <code>minsize</code>
and
<code>maxsize</code>
properties of an <a>embellished operator</a>
are interpreted relative to
the target stretch size before application of
size constraints, as described in
<a href="#algorithm-for-stretching-operators-along-the-block-axis"></a>.
Interpretation of percentage values for <code>minsize</code>
and <code>maxsize</code> are described in
<a href="#layout-of-operators"></a>.
</p>
<p>
Font-relative lengths for
Expand All @@ -1711,7 +1706,7 @@ <h4>Dictionary-based attributes</h4>
<a>embellished operator</a>.
</p>
</section>
<section>
<section id="layout-of-operators">
<h4>Layout of operators</h4>
<p>
If the <code>&lt;mo&gt;</code> element does not have its computed
Expand Down

0 comments on commit c2cc6a2

Please sign in to comment.