Skip to content

Commit 02e0e91

Browse files
committed
Fix description of movablelimits so that it takes into account displaystyle
w3c/mathml#165
1 parent 63e2fe3 commit 02e0e91

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -3880,13 +3880,13 @@ <h5>Children of <code>&lt;munder&gt;</code>,
38803880
the <em>overscript</em>.
38813881
</p>
38823882
<p>
3883-
If the base is an
3884-
<a>embellished operator</a> with the
3885-
<a><code>movablelimits</code></a> property
3886-
then the underscript and overscript are actually
3887-
drawn as subscript and superscript positions.
3888-
Then <code>&lt;mover&gt;</code>, <code>&lt;mover&gt;</code> and
3889-
<code>&lt;munderover&gt;</code> layout algorithms are respectively
3883+
If the
3884+
<code>&lt;munder&gt;</code>, <code>&lt;mover&gt;</code> or
3885+
<code>&lt;munderover&gt;</code> element have a computed
3886+
<a>math-style</a> property equal to <code>inline</code>
3887+
and their base is an <a>embellished operator</a> with the
3888+
<a><code>movablelimits</code></a> property, then
3889+
their layout algorithms are respectively
38903890
the same as the ones described for
38913891
<code>&lt;msub&gt;</code>, <code>&lt;msup&gt;</code> and
38923892
<code>&lt;msubsup&gt;</code> in

0 commit comments

Comments
 (0)