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.type

概要

そのスタイルシートの type 属性の値を取得 / 設定します。

構文

string = stylesheet.type;

var ss = document.styleSheets[0]; // 文書中の最初のスタイルシートを参照

ss.type = "text/css"; // 設定
alert( ss.type ); // 取得

仕様書

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

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