[Webkit-unassigned] [Bug 68089] WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 11:51:06 PDT 2011


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





--- Comment #19 from Robert O'Callahan <roc at ocallahan.org>  2011-09-20 11:51:05 PST ---
OK. The following HTML displays a green rectangle in Chrome (the #greenRect is allowed to resolve to an element in the data: document), so I guess you'd consider that a bug? Should I file it?

<img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><rect id='greenRect' height='50' width='300' fill='green'/></defs><text y='30' fill='red'>fail</text><use xlink:href='#greenRect'/></svg>">

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