Remove dependency on Modernizr
Closed this issue · 4 comments
deavial commented
Remove the dependency on Modernizr so that implementers can use the code in instances where IE detection is the only goal.
Soundvessel commented
+1 Exactly what we are looking for since the conditional comments method blocks the meta/htaccess option for disabling IE compatibility views.
mushtat commented
I vote for this change too
deavial commented
Are you guys using the css class features, javascript properties, or both? If nobody is using the properties attached to Modernizer (ie window.Modernizr.ie-6) then I don't have to worry about replicating the functionality.
mushtat commented
I've used both of this features (css and js)