--- In [email protected], "John C. Turnbull" <[EMAIL PROTECTED]> wrote: > > I have another question about SVG support in browsers... > > > > Does SVG work just as well in browsers when it's embedded within an HTML > document as it does it only work fully when it's an SVG-only document? >
If you're talking about inline SVG (i.e. the SVG markup directly in the HTML document) then browsers at the moment will not support this in HTML, but only in XHTML. I believe Sam Ruby has experimented with doing inline SVG in HTML on his site (using JS to serialize inline SVG into the HTML DOM). However, you can include-by-reference SVG documents from HTML documents using the HTML object tag - similar to how you would include images using the HTML img tag. This works just fine in all of the SVG-supporting browsers today. ------------------------------------ ----- 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/

