RESOLVED CONFIGURATION CHANGED Bug 85730
mpadded Add support for mpadded element
https://bugs.webkit.org/show_bug.cgi?id=85730
Summary Add support for mpadded element
Frédéric Wang (:fredw)
Reported 2012-05-06 07:39:10 PDT
"An mpadded element renders the same as its child content, but with the size of the child's bounding box and the relative positioning point of its content modified according to mpadded's attributes." MathJax uses mpadded to implement many LaTeX commands. Some reftests: http://devel.mathjax.org/testing/testsuite/MathMLToDisplay/Presentation/GeneralLayout/mpadded/
Attachments
Patch (24.99 KB, patch)
2016-03-14 07:28 PDT, Frédéric Wang (:fredw)
no flags
Frédéric Wang (:fredw)
Comment 1 2016-03-14 07:28:51 PDT
Created attachment 273971 [details] Patch A first patch without the expectations.
Frédéric Wang (:fredw)
Comment 2 2016-03-23 02:58:54 PDT
Comment on attachment 273971 [details] Patch This patch was intended for bug 155435.
Frédéric Wang (:fredw)
Comment 3 2016-07-12 21:14:57 PDT
Basic support was added in bug 155792. Currently, we do not implement: - pseudo-unit such as width="3width" - negative lspace like lspace="-4px"
Karl Dubost
Comment 4 2024-12-01 21:33:03 PST
Note You need to log in before you can comment on or make changes to this bug.