Web Browser Support For The HTML noscript Element As A CSS Type Selector: Tests And Results

Test CSS

noscript {
  background-color: limegreen;
  color: white;
  border: 2px solid blue;
  padding: 15px;
  margin: 15px;
}

Test HTML

before <noscript>noscript content</noscript> after

Test (requires disabling web browser JavaScript)

before after

Results

Web browser support for the HTML noscript element as a CSS type selector: FF1.5+, SF3.1+, CH5+*, OP15+.

Web browser no support for the HTML noscript element as a CSS type selector: IE6+, ED12**, OP12.17-.

* Apparently it is not possible to disable JavaScript on CH4-. Therefore, CH4- not tested.
** Apparently it is not possible to disable JavaScript on ED13. Therefore, ED13 not tested.

Last reviewed/updated: 17 Jun 2016 | Published: 17 Jun 2016 | Status: Active

Learn Web Coding

Valid HTML5 Valid CSS Level 3