Skip to content

Commit d9105c7

Browse files
committed
Rewrite determination of postfix/prefix form to use mrow-like definition.
w3c/mathml#184
1 parent b29bdb2 commit d9105c7

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

index.html

+6-16
Original file line numberDiff line numberDiff line change
@@ -1474,29 +1474,19 @@ <h4>Dictionary-based attributes</h4>
14741474
on the <a>core operator</a>, then its value is used;
14751475
</li>
14761476
<li>If the embellished operator is the first <a>in-flow</a> child of an
1477-
<a>unknown MathML element</a>,
1478-
<a>&lt;math&gt;</a>,
1477+
<a>mrow-like element</a>,
14791478
<a>&lt;menclose&gt;</a>,
1480-
<a>&lt;merror&gt;</a>,
1481-
<a>&lt;mpadded&gt;</a>,
1482-
<a>&lt;mphantom&gt;</a>,
1483-
<a>&lt;mrow&gt;</a>,
1484-
<a>&lt;msqrt&gt;</a> or
1485-
<a>&lt;mstyle&gt;</a> with more than one <a>in-flow</a> child
1479+
<a>&lt;mpadded&gt;</a> or
1480+
<a>&lt;msqrt&gt;</a> with more than one <a>in-flow</a> child
14861481
(ignoring all <a>space-like</a> children) then it has
14871482
form <code>prefix</code>;
14881483
</li>
14891484
<li>Or, if the embellished operator is the last <a>in-flow</a> child of
14901485
an
1491-
<a>unknown MathML element</a>,
1492-
<a><code>&lt;math&gt;</code></a>,
1486+
<a>mrow-like element</a>,
14931487
<a><code>&lt;menclose&gt;</code></a>,
1494-
<a><code>&lt;merror&gt;</code></a>,
1495-
<a><code>&lt;mpadded&gt;</code></a>,
1496-
<a><code>&lt;mphantom&gt;</code></a>,
1497-
<a><code>&lt;mrow&gt;</code></a>,
1498-
<a><code>&lt;msqrt&gt;</code></a> or
1499-
<a><code>&lt;mstyle&gt;</code></a>
1488+
<a><code>&lt;mpadded&gt;</code></a> or
1489+
<a><code>&lt;msqrt&gt;</code></a>
15001490
with more than one <a>in-flow</a> child
15011491
(ignoring all <a>space-like</a> children) then it has
15021492
form <code>postfix</code>;

0 commit comments

Comments
 (0)