Reputation: 2336
I went to the webkit.org and, honestly saying, the site doesn't provide any tutorial or documentation of the API.
I'm looking for what new CSS, and DOM webkit provides.
Anyone know where I can find the information?
Upvotes: 2
Views: 2602
Reputation: 2254
Apple maintains a Safari Developer Library at https://developer.apple.com/libary/safari/
For CSS you can read the Safari CSS Reference, for DOM updates the WebKit DOM Reference is your best choice (though lacking some detail for sure)
Upvotes: 0
Reputation: 143134
See the Supported CSS Properties list for Safari, which supports the same properties as WebKit. Also, WebKit supports all of CSS3.
Upvotes: 1