document.all is a legacy Microsoft extension
Browser Compatibility Check
Description
document.all is a Microsoft extension, and should be replaced by the W3C DOM method document.getElementById.
Help
document.all was only needed to support IE4. Modern browsers implement it only for backwards compatibility and it is deprecated, so use standard DOM methods like document.getElementById instead.
Applicable standards
Change history
- 5.7 Dec 2014 Fixed false positive.
- 5.4 Feb 2014 Now fires on IE11 which has removed support for document.all.
- 1.0 Feb 2007 Added.
This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.
Rule ID: BugIeAll