Bug 156536
Summary: | [meta] Move MathML attribute parsing from the renderer classes to the element classes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | svillar |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 156537, 156792, 156795, 159620, 159622, 159623, 159624, 159625 | ||
Bug Blocks: |
Frédéric Wang (:fredw)
Currently, most of the MathML attributes are parsed in the renderer classes, while we should follow the standard way and parse attributes in the element classes. Hopefully, this will improve the management of dynamic update. There is already bug 118900 to do that for length attributes but this is a meta bug to track the most general case.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
*** Bug 118900 has been marked as a duplicate of this bug. ***
Frédéric Wang (:fredw)
All MathML attributes are now parsed in element classes.