vote up 3 vote down star
1

Where can I get a list of browser differences in the implementation of DOM?

flag

4 Answers

vote up 5 vote down check

check out http://quirksmode.org/

Its been a great help to me. It also has a wealth of classy javascript tutorials.

cheers, jrh

link|flag
vote up 2 vote down

Okay it's only for Gecko but for Gecko specific references take a look at

http://developer.mozilla.org/en/gecko_dom_reference

link|flag
vote up 1 vote down

i second quirksmode.org. i find it most useful via a google site search.

for example, suppose you want to see the different implementations of events

site:quirksmodes.org events

or if you want to know one browser's counterpart in a different browser, just try the one you know

site:quirksmode.org relatedtarget

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.