rafaelp / css_browser_selector

A very small javascript library that allows you to create browser specific CSS to be merged into your normal classes. No more hacks or mischievous code in your CSS code.
http://rafael.adm.br/css_browser_selector/
626 stars 168 forks source link

please support ie10 #19

Open mwc opened 11 years ago

mwc commented 11 years ago

please support ie10

verbatim commented 11 years ago

What classes are returned in the HTML tag in IE10?

mwc commented 11 years ago

return "ie1"

verbatim commented 11 years ago

Sorry, I should have also asked for you to send me your particular user agent string, which you can get here: http://whatsmyuseragent.com/

paulirish commented 11 years ago

You might be using an old version @mwc. Try updating.

@verbatim can you rebuild the non _dev js or just remove it?

mwc commented 11 years ago

@verbatim Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)

thank you.

mwc commented 11 years ago

@paulirish i guess ... it's the lastest version.