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.

CSSRule.parentStyleSheet

parentStyleSheet は、現在の規則を定義している stylesheet オブジェクトを返します。

構文

var stylesheet = cssRule.parentStyleSheet

パラメーター

  • stylesheet はスタイルシートオブジェクトです。

if ( bgRule.parentStyleSheet != mySheet ) {
   // alien style rule!
}

補記

stylesheet オブジェクトのインターフェイスについての情報は、Gecko DOM Reference:event#DOM_styleSheet_Object を参照してください。

仕様書

DOM Level 2 Style - cssRule

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

 このページの貢献者: Marsf
 最終更新者: Marsf,