Antione is right, html wrappers are unnecessary. However, they do offer better visibility as a page when searching on google. Google treats svg as images and html as documents with context. if you want your svg page indexed in google and searchable with normal search (rather than as an image) then embedding it in an html page helps.
However, it would be more elegant to make an xhtml document with inline svg than make an html document with embedded svg. Also, it would be just as nice to have an html lead-in page pointing to the svg document on a link. Ronan On Wednesday 27 September 2006 12:26, Antoine Quint wrote: > On 27 sept. 2006, at 12:16, krugerboy1971 wrote: > > A point raised by Antoine is worth another question - should I still > > be putting SVG in HTML wrappers? I seem to remember that I started > > doing it after Andreas pointed out to me that browsers like Safari > > with ASV wouldn't work without it - but as Antoine now points out, > > it now may confuse things like Opera... > > As far as I know, and I may be wrong, you really don't need an HTML > wrapper if your document is pure SVG, so long as you deliver it with > the right mime-type "image/svg+xml". > > Antoine -- Ronan Oger lailing list account http://www.roitsystems.com http://www.roasp.com ----- 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/

