Hello Charles, In my opinion, this depends on the type of SVG you want to embed into your pages.
--- In [email protected], "cwflamont" <[EMAIL PROTECTED]> wrote: > > Could someone please point me towards recent thinking on how to get > SVG content to download and display properly in Multiple browsers? If your content requires scripting, then I think the best approach is still described by my <a href="http://blog.codedread.com/archives/2007/01/19/guide-to-deploying-svg-with-html/#includingSVG">guide to deploying SVG</a>, which suggests serving <object>s to non-IE browsers and <embed> to IE. If your content does not require scripting, then I suggest to simply use <object> like I do on my blog for clip art: http://blog.codedread.com/. > Does referencing the SVG as an <object/> make things better or worse? > This could be a matter of opinion. I favor <object> because it allows fallback content for those browsers that do not support SVG (IE without a plugin, Firefox 1.0-, Safari 2.0-, Opera 8.0-). Also, for things like clip art, if you want to update the SVG you need only do it one place and all your pages that reference the SVG are automatically updated. On the other hand, inline SVG conserves HTTP requests and allows for a much easier view-source + copy-paste paradigm, see Sam Ruby's blog: http://intertwingly.net/blog. ------------------------------------ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

