RESOLVED FIXED 59176
Don't do manually style resolution for SVGElements with renderer
https://bugs.webkit.org/show_bug.cgi?id=59176
Summary Don't do manually style resolution for SVGElements with renderer
Dirk Schulze
Reported 2011-04-21 22:20:19 PDT
Attachments
Patch (4.78 KB, patch)
2011-04-21 22:27 PDT, Dirk Schulze
zimmermann: review+
Dirk Schulze
Comment 1 2011-04-21 22:27:44 PDT
Nikolas Zimmermann
Comment 2 2011-04-22 05:36:31 PDT
Comment on attachment 90670 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90670&action=review Excellent cleanup, r=me. > Source/WebCore/ChangeLog:11 > + Don't do manually style resolution for SVGElements with renderer. Instead get RenderStyle > + from the renderer. Don't resolve style manually, instead ask the RenderObject for its style. > Source/WebCore/ChangeLog:13 > + Removed SVG element names from SVG attribute list. Cleanup svgattrs.in, some SVG element names were accidently listed there as attributes.
Rob Buis
Comment 3 2011-05-18 17:03:16 PDT
Reminder for Dirk, seems this is ready to land! Cheers, Rob.
Dirk Schulze
Comment 4 2011-05-18 23:20:45 PDT
Oops! I'll land it later today.
Dirk Schulze
Comment 5 2011-05-22 04:55:12 PDT
Note You need to log in before you can comment on or make changes to this bug.