Bug 95015

Summary: Remove { vertical-align: baseline } declarations from mathml.css
Product: WebKit Reporter: Dave Barton <dbarton>
Component: MathMLAssignee: Dave Barton <dbarton>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, cmarcelo, darin, davidc, eric, jchaffraix, kenneth, macpherson, menard, mitz, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
The <msubsup> expression should appear as a superscript.
none
Patch none

Description Dave Barton 2012-08-25 16:23:24 PDT
Created attachment 160577 [details]
The <msubsup> expression should appear as a superscript.

The { vertical-align: baseline } declarations in mathml.css have no positive affect, and can wrongly override a previous { vertical-align: sub } or { vertical-align: super } declaration.
Comment 1 Dave Barton 2012-08-25 17:08:48 PDT
Created attachment 160581 [details]
Patch
Comment 2 Dave Barton 2012-08-25 19:18:05 PDT
This is the first in a series of small patches to clean up mathml.css. Thanks for any review!
Comment 3 Eric Seidel (no email) 2012-08-25 20:52:51 PDT
Comment on attachment 160581 [details]
Patch

LGTM.
Comment 4 WebKit Review Bot 2012-08-25 21:02:58 PDT
Comment on attachment 160581 [details]
Patch

Clearing flags on attachment: 160581

Committed r126698: <http://trac.webkit.org/changeset/126698>
Comment 5 WebKit Review Bot 2012-08-25 21:03:02 PDT
All reviewed patches have been landed.  Closing bug.