<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(r202970): MathML: upper and lower bounds in summation are not aligned correctly"
href="https://bugs.webkit.org/show_bug.cgi?id=163691#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(r202970): MathML: upper and lower bounds in summation are not aligned correctly"
href="https://bugs.webkit.org/show_bug.cgi?id=163691">bug 163691</a>
from <span class="vcard"><a class="email" href="mailto:fred.wang@free.fr" title="Frédéric Wang (:fredw) <fred.wang@free.fr>"> <span class="fn">Frédéric Wang (:fredw)</span></a>
</span></b>
<pre>I think that is the expected behavior. If you want to force display style, you must use either <math display="block"> or <math displaystyle="true"> (the former implies the latter). The CSS "display: block" does not affect display style.
IIRC, Mozilla MathML torture test uses <math display="block"> in most cases.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>