Skip to content

Commit a2e9631

Browse files
committed
Use 1/24em as a fallback for spaceAfterScript
https://github.com/mathml-refresh/mathml/issues/69
1 parent 18623ab commit a2e9631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5173,7 +5173,7 @@ <h3>Layout constants (<code>MathConstants</code>)</h3>
51735173
<dt><dfn>superscriptBottomMaxWithSubscript</dfn></dt>
51745174
<dd><code>MATH.MathConstants.superscriptBottomMaxWithSubscript</code> or ⅘ × <code>OS/2.sxHeight</code> if the constant is not available.</dd>
51755175
<dt><dfn>spaceAfterScript</dfn></dt>
5176-
<dd><code>MATH.MathConstants.spaceAfterScript</code> or ?? if the constant is not available.</dd>
5176+
<dd><code>MATH.MathConstants.spaceAfterScript</code> or 1/24em if the constant is not available.</dd>
51775177
<dt><dfn>upperLimitGapMin</dfn></dt>
51785178
<dd><code>MATH.MathConstants.upperLimitGapMin</code> or ?? if the constant is not available.</dd>
51795179
<dt><dfn>upperLimitBaselineRiseMin</dfn></dt>

0 commit comments

Comments
 (0)