Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is a good resources for all the Javascript APIs for HTML5 [closed]

Tags:

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

like image 768
Greg Hinch Avatar asked Feb 10 '10 21:02

Greg Hinch


People also ask

What is an API and list the APIs available in HTML5?

APIs in HTML5. 0 5492. API (Application Programming Interfaces) Application Programming Interfaces Stand in HTML5. It is a set of routines, protocols, and tools for building software applications. An API build collection of pre-built components, that can be used with JavaScript.

What are the frequently useful API in HTML5?

The desktop and mobile browsers that support the User Timing API are IE10+, Chrome 25+, and Opera 15+. Here is a basic example of the use of this API: performance.

What is web API in JavaScript?

A Web API is an application programming interface for the Web. A Browser API can extend the functionality of a web browser. A Server API can extend the functionality of a web server.


1 Answers

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.

like image 87
jhchen Avatar answered Nov 15 '22 11:11

jhchen