简体   繁体   English

document.documentElement的任何跨浏览器问题

[英]Any cross browser issues with document.documentElement

Any cross browser issues if I use document.documentElement ? 如果我使用document.documentElement,任何跨浏览器问题?

Target browsers are 目标浏览器是

  • Firefox 火狐
  • Internet Explorer IE浏览器
  • Opera 歌剧
  • Safari 苹果浏览器
  • Android Android的
  • iOS iOS版
  • BlackBerry 黑莓

Thanx in advance. Thanx提前。

You should have no problems: http://www.quirksmode.org/dom/w3c_core.html 你应该没有问题: http//www.quirksmode.org/dom/w3c_core.html

Anyway here you have a test page: http://www.quirksmode.org/dom/tests/document.html#documentElement 无论如何,你有一个测试页面: http//www.quirksmode.org/dom/tests/document.html#documentElement

Quirksmode says Quirksmode

document.documentElement.clientWidth/Height

  • Meaning : Viewport dimensions Measured in CSS pixels 含义 :视口尺寸以CSS像素为单位测量
  • Browser errors : None 浏览器错误 :无

http://duckduckgo.com/?q=!%20document.documentElement%20site%3Aquirksmode.org http://duckduckgo.com/?q=!%20document.documentElement%20site%3Aquirksmode.org

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM