- IE JS 9 API
- Mozilla Firefox
- Safari
- 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.
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.
For Chrome it is called "Chrome Extensions"...
http://code.google.com/chrome/extensions/index.html
精彩评论