Melbeach wrote:
> Each IE version can now be targeted in complete isolation.

Another advantage of this approach is that each IE version only has to 
download one stylesheet, rather than two or three or four, so that's 
fewer HTTP requests.

> So I'm wondering if any of the experts here see a problem with doing this. My 
> main concern is that some obscure low-tech browser might see this <!--[if 
> !IE]><!--> and go into some sort of infinite loop routine, burning up the old 
> cpu.

That would definitely be a bug in the browser, not your code, and such a 
browser would be unlikely to handle common web content.

> Is there a tool available that would allow me to check that?

Nope. You'd have to test:

http://browsers.evolt.org/

http://en.wikipedia.org/wiki/List_of_web_browsers

--
Benjamin Hawkes-Lewis
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to