Search code examples
javascripthtmlvideo

Where is a good resources for all the JavaScript APIs for HTML5


I'm looking for a reference that summarizes all of the available JavaScript APIs that are introduced with HTML 5, for each browser that has implemented any of the new features. Does something like this exist? If nothing else, then at least the VIDEO tag.


Solution

  • Some official stuff is here: http://dev.w3.org/html5/html4-differences/#apis. A site with some sweet demos of the new features is here though: http://html5demos.com/ (You can view source to see the code). The resource that Marcel pointed out is also a good one.