Can someone point me to a compatibility chart for browsers that support/don't support the HTML5 History API?

Spec: http://www.w3.org/TR/html5/history.html
Tutorial: https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

This might help : http://caniuse.com/#search=history

link|improve this answer
So, WebKit-based browsers and Firefox 4. Thanks. – Kiran Jonnalagadda Jan 6 '11 at 8:03
Great link, thanks. History API sadly not available in early Android and iPhone browsers. – SpoonMeiser Mar 23 '11 at 15:12
feedback

All the modern browsers now do it, except IE (even IE10 no word yet) - though they all implement it differently. You can read about the differences with their implementations here https://github.com/balupton/history.js/wiki/The-State-of-the-HTML5-History-API

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.