Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

StyleSheet.disabled

概要

このプロパティは、そのスタイルシートが無効になっているかどうかを示す真偽値を返します。

構文

bool = stylesheet.disabled;

var myStyleSheet = document.styleSheets[0];

if (myStyleSheet.disabled) {
 // スタイルシートが無効の場合の処理をここに記述
 // インラインスタイルの適用など…
}

仕様書

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: khalid32, ethertank
 最終更新者: khalid32,