views:

2653

answers:

3

For Gecko there's Mozilla Developer Center

For IE there's MSDN.

For webkit there's...Apple Developer Connection?

There are a couple of JavaScript related documents on ADC, but nothing as comprehensive as MDC or MSDN. There's no reference. There's no way to look up methods of arrays or strings for webkit, or anything is there? So what, do we just assume it's the same as Gecko? IE?

+2  A: 

I use quirksmode.org for all my JavaScript needs. MDC is my resource for references and basic how-tos and quirksmode to show me that I, in fact, cannot even use it in IE. WebKit and Gecko seem to behave similarly enough when it comes to JavaScript anyway.

But other than what you listed, I have never come across anything specific to WebKit.

geowa4
+2  A: 

I am not aware of a WebKit JavaScript reference like MDC or MSDN. When I need to look something up, I use the Mozilla Developer Centre, as Gecko and WebKit seem to be heading in roughly the same direction.

Steve

Steve Harrison
+2  A: 

How about the WebKit DOM Reference?

http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/WebKitDOMRef/index.html

poshaughnessy
That's new. Some more text here.
apphacker