Bug 118900
Summary: | Code refactoring: parsing of MathML lengths | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | benjamin, cfleizach |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 156792 | ||
Bug Blocks: |
Frédéric Wang (:fredw)
Follow-up of bug 118053 comment 19.
The MathML code could be more consistent with what the CSS parsing does and could rely on some of the existing parsing functions (e.g. conversionToCanonicalUnitsScaleFactor from CSSPrimitiveValue.cpp).
This could help making LayoutTests/mathml/presentation/mspace-units.html pass on Mac.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
I'm merging this into bug 156536 which includes more than just length attributes.
*** This bug has been marked as a duplicate of bug 156536 ***