[Webkit-unassigned] [Bug 117443] Consider using HTML parser to parse SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 13 22:24:04 PDT 2014


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





--- Comment #3 from Dirk Schulze <krit at webkit.org>  2014-07-13 22:24:19 PST ---
(In reply to comment #2)
> (In reply to comment #1)
> > The experiment kind of failed.
> > 
> > HTML parser does not allow entities. There are thousands of SVGs out there which use custom XML entities. (Most exported by Illustrator :(.)
> > 
> > Either the HTML parser allows a legacy mode with entities or we can not proceed with this idea.
> 
> I discussed this with Kouhei and we don't think a basic level of xml entity support would be too hard to implement in the html parser.

Does the HTML parser handle renaming of ns shorthands?

Instead of 
    xmlns:xlink="http://www.w3.org/1999/xlink"

this
    xmlns:l="http://www.w3.org/1999/xlink" and l:href

This was another pattern we saw.

-- 
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