[Webkit-unassigned] [Bug 41535] "vertical-align: middle; " not working on a MathML element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 2 12:44:24 PDT 2010


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


François Sausset <sausset at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60395|0                           |1
        is obsolete|                            |




--- Comment #3 from François Sausset <sausset at gmail.com>  2010-09-02 12:44:24 PST ---
Created an attachment (id=66398)
 --> (https://bugs.webkit.org/attachment.cgi?id=66398)
Correct test

My previous test was erroneous.

This one shows that vertical-align: middle; fails on a MathML element when rendered with Apple Symbol font.
The behaviour is correct with STIX fonts.

It is due to the fact that internally vertical-align: middle; calls xHeight() that returns 0 with Apple Symbol font as this font doesn't contain an x glyph (see https://bugs.webkit.org/show_bug.cgi?id=38377#c2).

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