Murvinlai
Murvinlai

Reputation: 2336

Webkit API for Safari, Iphone

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

Answers (2)

David W. Keith
David W. Keith

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

Sophie Alpert
Sophie Alpert

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

Related Questions