[Webkit-unassigned] [Bug 5246] WebKit can't load svgz files from disk
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 19 13:37:54 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=5246
--- Comment #23 from Eric Seidel <eric at webkit.org> 2011-08-19 13:37:54 PST ---
It sounds like what you're asking for is content sniffing.
.svgz is a file extension which requires the server to be set up correctly. Similarly to serving a .html.gz file and expecting it to render correctly. :) I assume you wouldn't argue that when a server hands us a .html file with something that looks like a gzip header we should try decoding it and rendering it "just in case". :)
.svgz files on local disk are a slightly different since there isn't really a server in place to set-up correctly. Which is what this bug is about. On Mac OS X, local .svgz handling should be fixable in the OS.
--
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