[Webkit-unassigned] [Bug 83056] Serializing SVG removes namespace from attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 14:04:42 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=83056





--- Comment #11 from Rob Buis <rwlbuis at gmail.com>  2013-06-27 14:06:38 PST ---
> I took a peek at this patch.  It doesn't look like it handles the general problems with the serializer but certainly can address issues with the SVG and xlink namespace/prefix.
>
>
> The real fix requires an adjustment to the algorithm to keep track of generated prefixes and/or their declaration.  That is, you need to general prefixes as necessary, not just for known namespaces, and the keep track of their scope.  Neither of those happen currently in the MarkupAccumulator.cpp code.

I am starting fixing this in bug 19121. It would be nice if you could have a look :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list