Bug 36528

Summary: MathML vertical alignment bug
Product: WebKit Reporter: Jacques Distler <distler>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, fred.wang, sausset
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.6   
Bug Depends on:    
Bug Blocks: 3251    
Attachments:
Description Flags
Testcase none

Description Jacques Distler 2010-03-24 06:22:19 PDT
Created attachment 51493 [details]
Testcase

In the testcase, the baselines for the "E" and "B" do not line up as they should.
Comment 1 Alex Milowski 2010-06-22 13:52:34 PDT
This bug depends on https://bugs.webkit.org/show_bug.cgi?id=40986

Although, the vertical alignment isn't quite what you expecting.  The divisor line of the fraction lines up with the middle of the equals.  That centers the fraction and aligns the divisor line with the minus sign that  precedes it.
Comment 2 François Sausset 2010-06-30 00:52:41 PDT
I do not understand why "E" and "B" baselines should be aligned by default.

Firefox & Opera behave like WebKit by aligning fraction bar with the equal glyph.
Comment 3 Alex Milowski 2010-07-05 05:36:14 PDT
I believe this issue has been resolved with the latest trunk version.