RESOLVED FIXED 156536
[meta] Move MathML attribute parsing from the renderer classes to the element classes
https://bugs.webkit.org/show_bug.cgi?id=156536
Summary [meta] Move MathML attribute parsing from the renderer classes to the element...
Frédéric Wang (:fredw)
Reported 2016-04-13 07:41:44 PDT
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
Frédéric Wang (:fredw)
Comment 1 2016-07-11 07:33:48 PDT
*** Bug 118900 has been marked as a duplicate of this bug. ***
Frédéric Wang (:fredw)
Comment 2 2016-08-03 00:04:02 PDT
All MathML attributes are now parsed in element classes.
Note You need to log in before you can comment on or make changes to this bug.