[Webkit-unassigned] [Bug 170272] MathML: Extra left space for arrows inside <mo>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 30 00:59:05 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=170272
--- Comment #2 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Hi,
You can play with lspace, rspace and form attributes on the <mo> element.
Indeed, in Epiphany the default spacing seems incorrect, although I have not checked the operator dictionary.
I'd suggest to compare
https://trac.webkit.org/browser/trunk/Source/WebCore/mathml/MathMLOperatorDictionary.cpp
and
https://www.w3.org/TR/MathML3/appendixc.html
to see if there is an error. If not, you'll have to debug the parsing in
https://trac.webkit.org/browser/trunk/Source/WebCore/mathml/MathMLOperatorElement.cpp
to see what's happening.
--
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/20170330/a2f73f61/attachment.html>
More information about the webkit-unassigned
mailing list