document.createStyleSheet is unsupported Browser Compatibility Check

Description

The document.createStyleSheet method was removed in Internet Explorer 11.

Help

Use document.createElement(“style”) instead.

Applicable standards

Change history

  • 6.46 Sep 2022 Removed - impacted browsers have reached end-of-life.
  • 5.7 Dec 2014 Fixed false positive.
  • 5.4 Feb 2014 Added.

This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.

Rule ID: BugIe11ScriptCreateStylesheet