You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: