RESOLVED FIXED 104387
XMLSerializer is too aggressive in adding prefixes
https://bugs.webkit.org/show_bug.cgi?id=104387
Summary XMLSerializer is too aggressive in adding prefixes
Stephen Chenney
Reported 2012-12-07 12:10:34 PST
Bug https://bugs.webkit.org/show_bug.cgi?id=79586 fixed an issue with SVG xlink references in cases where the "xlink:" prefix was being dropped from svg attributes. It turns out that we were too aggressive in this, at least compared to other browsers. See http://stackoverflow.com/q/12803451/209103 Patch in a moment.
Attachments
Patch (5.04 KB, patch)
2012-12-07 12:17 PST, Stephen Chenney
no flags
Stephen Chenney
Comment 1 2012-12-07 12:17:42 PST
Ryosuke Niwa
Comment 2 2012-12-07 12:22:11 PST
Comment on attachment 178251 [details] Patch Makes sense.
WebKit Review Bot
Comment 3 2012-12-07 14:14:28 PST
Comment on attachment 178251 [details] Patch Clearing flags on attachment: 178251 Committed r136984: <http://trac.webkit.org/changeset/136984>
WebKit Review Bot
Comment 4 2012-12-07 14:14:32 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.