pointer_events_polyfill icon indicating copy to clipboard operation
pointer_events_polyfill copied to clipboard

Use feature detection in place of IE UA sniffing

Open baileyparker opened this issue 10 years ago • 2 comments

See issue #9.

baileyparker avatar Aug 15 '14 17:08 baileyparker

Or why not just use <!--[if lte IE 10]> in html to begin with?

bradw2k avatar Apr 07 '17 23:04 bradw2k

Or why not just use <!--[if lte IE 10]> in html to begin with?

Conditional comments support only IE 5 through 9. You cannot use them to detect IE10.

mrTable avatar Jun 20 '17 12:06 mrTable