Re: embed svg in html

Michael Bierman wrote:

> While the Object tag is the more standards compliant approach, not all 
> browsers support it correctly. Therefore, I generally recommend using 
> the embed tags. You will have fewer problems with embed than Object at 
> this point in time.


Yep.

Embed is no HTML/XHTML element;
object works in NN6.1, but not in IE5.5 and NN4.7.

If you need/want to author valid XML compliant files, and need/want to 
cater older buggy browsers, check the source of

http://www.pinkjuice.com/temp/SVG/embed.xhtml

for an example of how to.

Tobi

-- 
Tobias Reif
http://www.pinkjuice.com/myDigitalProfile.xhtml

go_to('www.ruby-lang.org').get(ruby).play.create.have_fun
http://www.pinkjuice.com/ruby/

Received on Friday, 12 October 2001 06:51:47 UTC