I don't know about anyone else, but I just found out you can embed SVG instructions right alongside HTML in a web document in FF3.6.
But to get it to work, you have to flip on the 'html5.enabled=true' in about:config.
You can embed SVG images right inside your html now.
Also, the Firebug extension, apparently added support for SVG's namespace to allow tinkering /debugging / seeing how SVG works directly in the browser.
An example of intermixed svg is at: http://burningbird.net/svg/example4.html. If you have it enabled, you see a turquoise shaded panel on either side of the text, otherwise, its white.
You don't have to restart the browser to toggle it.
I have the about:config open in a separate window and searched on 'html5'. Brought up brought up 1 result. Double clicking on it toggles the value.
the code has <p>...</p></div><svg preserveAspectRatio='none" viewBox=0 0 400 250" version=1.1" .. </svg> </body> </html>
doctype at top (no mention of svg -- it's just part of the XHTML).
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head>....
So no more hybrid docs or embedded objects...
Trés cool!
Only works in Firefox 3.6, but other browsers expected to follow suit... so in case you wanted an easy test bed for your SVG outside of inkscape...
:-)
It's coming!...
-linda
(some other links..on HTML5 support.) http://m.alistapart.com/comments/using-svg-for-flexible-scalable-and-fun-bac... https://developer.mozilla.org/en/HTML5_support_in_Mozilla http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28HTML5%29