문제

I was able to find the browser object references for Firefox and IE...

Firefox: https://developer.mozilla.org/en/Gecko_DOM_Reference

IE: http://msdn.microsoft.com/en-us/library/ms533054(VS.85).aspx

But, I am unable to find the object references for the other popular browsers. I assume that Safari and Chrome have a similar object structure (since they are both based on the WebKit engine). I also assume that Opera generally uses properties defined by Firefox/IE (just to be compatible with those browsers)...

Do those browsers have object references somewhere online?

도움이 되었습니까?

해결책

I can see one for Safari / Webkit:

WebKit DOM Reference

However, it seems to consist largely of stubs, seems very lovelessly produced, and:

Important: This is a preliminary document. Although it has been reviewed for technical accuracy, it is not final.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top