Chrome、Safari 或 Opera 的浏览器对象引用?
我能够找到 Firefox 和 IE 的浏览器对象引用...
Firefox:https://developer. mozilla.org/en/Gecko_DOM_Reference
IE: http://msdn.microsoft.com/en-us/library/ms533054(VS.85).aspx
但是,我无法找到其他流行浏览器的对象引用。我假设 Safari 和 Chrome 具有相似的对象结构(因为它们都基于 WebKit 引擎)。我还假设 Opera 通常使用 Firefox/IE 定义的属性(只是为了与这些浏览器兼容)...
这些浏览器是否在网上某处有对象引用?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以看到 Safari / Webkit 的一个:
WebKit DOM 参考
然而,它似乎主要由存根组成,看起来制作起来非常无爱,并且:
I can see one for Safari / Webkit:
WebKit DOM Reference
However, it seems to consist largely of stubs, seems very lovelessly produced, and: