Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any cross browser issues with document.documentElement

Tags:

Any cross browser issues if I use document.documentElement ?

Target browsers are

  • Firefox
  • Internet Explorer
  • Opera
  • Safari
  • Android
  • iOS
  • BlackBerry

Thanx in advance.

like image 393
kiranvj Avatar asked Jul 09 '12 08:07

kiranvj


People also ask

What does cross browser mean?

Cross-browser compatibility is the ability of a website or web application to function across different browsers and degrade gracefully when browser features are absent or lacking.

What is a key reason for cross browser compatibility?

#1. Testing across different browsers ensures a seamless experience for all your website visitors, irrespective of the browser that they are using. With such a wide range of browsers, devices, and operating systems available today, cross browser testing is a crucial part of developing software.

What are cross browser compatibility issues?

This can lead to cross-browser compatibility issues which can have two underlying reasons. It could be because of a lack of support for some layouts by modern browsers and/or their versions, or because of a non-responsive design, resulting in a webpage that isn't a usable or readable version.


1 Answers

You should have no problems: http://www.quirksmode.org/dom/w3c_core.html

Anyway here you have a test page: http://www.quirksmode.org/dom/tests/document.html#documentElement

like image 129
mamoo Avatar answered Oct 10 '22 00:10

mamoo