Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove IE7 support #107

Open
v0lkan opened this issue Feb 3, 2013 · 1 comment
Open

remove IE7 support #107

v0lkan opened this issue Feb 3, 2013 · 1 comment

Comments

@v0lkan
Copy link
Member

v0lkan commented Feb 3, 2013

Which will result in a simplified DOM API, since querySelectorAll is supported in all major browsers. And IE8+ does a good job in querySelectorAll support too.

http://caniuse.com/queryselector

@v0lkan
Copy link
Member Author

v0lkan commented Feb 3, 2013

There's also getElementsByClassName (in working draft) currently supported by all major browsers.
http://caniuse.com/getelementsbyclassname
Though one version back is a little fuzzy on the mobile user agents.

So I believe o2.js needs to have a support policy too.

Supporting

IE Firefox Chrome Safari Opera iOS Safari Opera Mini Android Browser Blackberry Browser Opera Mobile Chrome for Android Firefox for Android

starting from two versions back... sounds reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant