Anil Namde
Anil Namde

Reputation: 6608

API references for JavaScript, DOM, HTML 5

  1. IE JS 9 API
  2. Mozilla Firefox
  3. Safari
  4. Opera

The above are JS API/DOM/HTML/CSS reference for the different browsers.

However i am having tough time finding the API reference for Google Chrome.

Please help me with that. I am looking for HTML5 API's reference for different browsers . Also in case there is better resource that this that will be great help.

Upvotes: 1

Views: 2805

Answers (2)

bernardfrancois
bernardfrancois

Reputation: 21

The following page contains the documentation for the WebKit layout engine, the engine used by Safari, but also by Google Chrome and other browsers: Webkit DOM Programming Topics.

A list of the different layout engines, the browsers they are used in, and also links to the documentation for the different engines can be found on this Wikipedia page.

Upvotes: 2

Fenton
Fenton

Reputation: 250892

For Chrome it is called "Chrome Extensions"...

http://code.google.com/chrome/extensions/index.html

Upvotes: 1

Related Questions