[Webkit-unassigned] [Bug 163691] REGRESSION(r202970): MathML: upper and lower bounds in summation are not aligned correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 13:22:15 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=163691

--- Comment #2 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161019/d78a0b61/attachment.html>


More information about the webkit-unassigned mailing list