Skip to content

Commit c987737

Browse files
committed
Make default value of minsize to 100% (issue #103)
This is consistent with MathML 3 and works as desired now that percentages are interpreted relative to the unstretched size.
1 parent da2ae78 commit c987737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5672,7 +5672,7 @@

Operator Dictionary

56725672
div>
56735673
<p>The <dfn class="abstract-op">algorithm to set the properties of an operator from its categorydfn> is as follows:p>
56745674
<ul class="algorithm">
5675-
<li>Set <code>minsizecode> to <code>1emcode>.li>
5675+
<li>Set <code>minsizecode> to <code>100%code>.li>
56765676
<li>Set <code>maxsizecode> to <code>code>.li>
56775677
<li>Find the row corresponding to the specified category
56785678
on <a href="#operator-dictionary-categories-values">a>.

0 commit comments

Comments
 (0)