Skip to content

Commit

Permalink
Make default value of minsize to 100% (issue #103)
Browse files Browse the repository at this point in the history
This is consistent with MathML 3 and works as desired now that percentages
are interpreted relative to the unstretched size.
  • Loading branch information
fred-wang committed Apr 5, 2024
1 parent da2ae78 commit c987737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5672,7 +5672,7 @@ <h3>Operator Dictionary</h3>
</div>
<p>The <dfn class="abstract-op">algorithm to set the properties of an operator from its category</dfn> is as follows:</p>
<ul class="algorithm">
<li>Set <code>minsize</code> to <code>1em</code>.</li>
<li>Set <code>minsize</code> to <code>100%</code>.</li>
<li>Set <code>maxsize</code> to <code></code>.</li>
<li>Find the row corresponding to the specified category
on <a href="#operator-dictionary-categories-values"></a>.
Expand Down

0 comments on commit c987737

Please sign in to comment.