keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

No longer used to determine the version of IE userAgent. #79

Closed gucong3000 closed 10 years ago

gucong3000 commented 11 years ago

No longer used to determine the version of IE userAgent. No longer deal with the absolute path of the background image.

gucong3000 commented 10 years ago

userAgent not reliable, do not use it in this way determine the version of IE. Also, in addition to base64 format other than an absolute path does not need to deal with the background image

keithclark commented 10 years ago

I can't review this because the entire file has changed.

gucong3000 commented 10 years ago

Done. Only my changes now.

zamber commented 10 years ago

Still the whole file is changed probably because of end of line characters. gucong3000 read https://help.github.com/articles/dealing-with-line-endings and apply the fixes again on a clean fork.