Firefox 1.1 To Support SVG
Another of the stories I apparently missed was the announcement that Firefox 1.1 will support SVG by default. This is great news! I’m a huge believer in SVG and the possibility of serving up application/xhtml+svg+xml pages is very exciting (to me, at least). In my humble opinion, it’s this type of mixed content that is the future of the Web.
Disclaimer: Any viewpoints and opinions expressed in this article are those of Nicholas C. Zakas and do not, in any way, reflect those of my employer, my colleagues, Wrox Publishing, O'Reilly Publishing, or anyone else. I speak only for myself, not for them.
Both comments and pings are currently closed.




2 Comments
Is that really a valid mime type? I would stick with application/xml here because I believe adding xhtml+svg+whatever+xml will get out of hand pretty fast.
Erik Arvidsson on April 29th, 2005 at 8:08 pm
You're probably right. I had seen some discussions floating around Mozilla's site regarding the content type of files containing XHTML, SVG, MathML, and other such languages where someone mentioned application/xhtml+mathml+svg+xml, but that appears to have been dropped. Everything I can find now indicates the inclusion of another language by specifying a second value in the doctype and serving the file up as application/xhtml+xml.
Nicholas C. Zakas on April 29th, 2005 at 8:23 pm
Comments are automatically closed after 14 days.