Skip to content

Commit

Permalink
Fix inverted math constants fallback values
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-wang committed Mar 13, 2020
1 parent 65a02d1 commit 37a3a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5190,9 +5190,9 @@ <h3>Layout constants (<code>MathConstants</code>)</h3>
<dt><dfn>stretchStackGapBelowMin</dfn></dt>
<dd><code>MATH.MathConstants.stretchStackGapBelowMin</code> or <a>lowerLimitGapMin</a> if the constant is not available.</dd>
<dt><dfn>fractionNumeratorShiftUp</dfn></dt>
<dd><code>MATH.MathConstants.fractionNumeratorShiftUp</code> or <a>stackTopDisplayStyleShiftUp</a> if the constant is not available.</dd>
<dd><code>MATH.MathConstants.fractionNumeratorShiftUp</code> or ?? if the constant is not available.</dd>
<dt><dfn>fractionNumeratorDisplayStyleShiftUp</dfn></dt>
<dd><code>MATH.MathConstants.fractionNumeratorDisplayStyleShiftUp</code> or ?? if the constant is not available.</dd>
<dd><code>MATH.MathConstants.fractionNumeratorDisplayStyleShiftUp</code> or <a>stackTopDisplayStyleShiftUp</a> if the constant is not available.</dd>
<dt><dfn>fractionDenominatorShiftDown</dfn></dt>
<dd><code>MATH.MathConstants.fractionDenominatorShiftDown</code> or ?? if the constant is not available.</dd>
<dt><dfn>fractionDenominatorDisplayStyleShiftDown</dfn></dt>
Expand Down

0 comments on commit 37a3a49

Please sign in to comment.