Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > Detecting VML support

Reply
Thread Tools Display Modes

Detecting VML support

 
 
zodiachsx
Guest
Posts: n/a

 
      06-23-2008
Hi, I'm currently trying to port a HTML/SVG based script to
InternetExplorer/VML. So far everything is working fine as long as I assume
that every SVG-incapable browser is InternetExplorer. Obviously I could check
the useragent or use conditional comments, but I always end up detecting the
browser instead of the feature, so should MSIE ever drop VML support, there
would be trouble. Completely unnecessary trouble, as there are fallbacks. Of
course, I could just try to render some VML and see what I get but that's so
bad that I'm ashamed to even think about it.

 
Reply With Quote
 
 
 
 
zodiachsx
Guest
Posts: n/a

 
      06-23-2008
In case I wasn't clear enough (seemed to me that way after reading my own
post) I need an equivalent t
document.implementation.hasFeature('http://www.w3.org/TR/SVG11/feature#Shape','1.1')
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
System is not detecting Mic Shilps Windows Vista Hardware 1 02-26-2008 08:44 AM
Re: Detecting ie7 Sandi - Microsoft MVP Internet Explorer 0 12-02-2006 10:40 AM
Creative Vista Support: Native and Drivers and planned support Adamboom Windows Vista Hardware 2 09-28-2006 02:20 PM
2 GB of Ram only detecting 1 GB dbwsr Windows Vista Hardware 4 08-14-2006 04:50 PM
Not detecting any updates Nick Bransford Windows Update 3 07-17-2003 07:02 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59