Hey, Balazs... another idea that I'll be happy to help implement. (Perhaps I can roll this into my work for reporting in Ubercart so you don't have to worry about it. : ) Anyways, perhaps non-compliant browsers could display a simple div (sized the same as the canvas would be if it appeared) with a message saying "This page is best viewed in Firefox." or something similar. It would take a minor bit of Javascript to get it to work... and folks w/ Javascript turned off could just deal with it as is.
Comments
Comment #1
danielb commentedYeah that would be good option for the SVG toolkit. If the string that appeared was translatable, the div had classes for css themers, and the whole alternate output was in a theme function, then this would be quite flexible.
Comment #2
vacilando commentedSubscribing.
Comment #3
danielb commentedComment #4
danielb commentedI've added code for this, but frankly I have no idea if it does the job. I get the impression that SVG detection is pretty unreliable?
Also it seems now there is a way to display SVG through Flash which might prove to be a better option than the placeholder: http://code.google.com/p/svgweb/
Comment #5
danielb commentedHere's the JS for reference