Bug 42067

Summary: The mathsize MathML attribute doesn't handle values in em, px, pt,...
Product: WebKit Reporter: François Sausset <sausset>
Component: MathMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
Bug Depends on:    
Bug Blocks: 3251    
Attachments:
Description Flags
Patch none

Description François Sausset 2010-07-12 02:54:43 PDT
The mathsize MathML attribute implementation handles only "normal", "small", and "big" values, but not regular CSS lengths.
Comment 1 François Sausset 2010-07-12 03:03:26 PDT
Created attachment 61202 [details]
Patch

Full implementation of the mathsize attribute that should respect the MathML 3 recommendation.
Comment 2 Kenneth Rohde Christiansen 2010-07-12 05:31:53 PDT
Comment on attachment 61202 [details]
Patch

LGTM, sad that it makes the ChangeLog so ugly though.
Comment 3 François Sausset 2010-07-12 05:34:27 PDT
(In reply to comment #2)
> (From update of attachment 61202 [details])
> LGTM, sad that it makes the ChangeLog so ugly though.

I agree, but I let the ChangeLog like it was to respect the submission rules.
Comment 4 WebKit Commit Bot 2010-07-12 06:21:01 PDT
Comment on attachment 61202 [details]
Patch

Clearing flags on attachment: 61202

Committed r63079: <http://trac.webkit.org/changeset/63079>
Comment 5 WebKit Commit Bot 2010-07-12 06:21:05 PDT
All reviewed patches have been landed.  Closing bug.