[Webkit-unassigned] [Bug 29529] MathML Support for mover, munder, munderover, msubsup, and mfrac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 15:20:33 PST 2009


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





--- Comment #14 from Alex Milowski <alex at milowski.com>  2009-12-14 15:20:33 PST ---
(In reply to comment #13)
> I tested the patch on WebKitGtk. Just some comments.
> 
> The first one: on subsup you mixed up the rows of the values. You should
> compare your results with firefox or opera.

No need to compare.  That's just a bug.  Not sure how I didn't notice that. 
I'll
update the patch.

> The math values are not in line with the text in the paragraph on WebKitGtk.
> You can also see this "wrong" behavior on under.xhtml and partly on
> underover.xhtml. Depend your results on font and font-size?

The current inline math elements are set to align on the baseline.  The
baseline
is calculated from the inline-block and not relative to the contents.  I'd have
to
adjust the way things are done to align via the leading term.

> Not sure if you want to change this in a following patch, but I think the
> default font style should be italic.

I'll think about that but it won't go in this patch.

You can change that by CSS styling if you wish.  The code is setup to
allow you to style your math globally by a CSS stylesheet.

-- 
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