Reputation: 6608
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
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
Reputation: 250892
For Chrome it is called "Chrome Extensions"...
http://code.google.com/chrome/extensions/index.html
Upvotes: 1