[Webkit-unassigned] [Bug 115610] Add Support for mspace element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 16 15:04:30 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=115610
--- Comment #2 from Frédéric Wang <fred.wang at free.fr> 2013-05-16 15:02:57 PST ---
Created an attachment (id=201993)
--> (https://bugs.webkit.org/attachment.cgi?id=201993&action=review)
WIP Patch
Experimental support for the mspace element.
I guess negative spacing will not be considered in this bug, as that will require special layout of elements not available in CSS.
Currently, there are hard coded default values width=30px, height=10px and depth=20px but it's just to verify that the patch works correctly. As said in comment 1, a parsing function is necessary for MathML length (similar to CSS values, but with some differences):
http://www.w3.org/TR/MathML/chapter2.html#type.length
I'm not familiar with WebKit String manipulation or Style structures, so I'll need some help to implement such a parsing function properly.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list