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

Unsere Freiwilligen haben diesen Artikel noch nicht in Deutsch übersetzt. Machen Sie mit und helfen Sie, das zu erledigen!

parentStyleSheet returns the stylesheet object in which the current rule is defined.

Syntax

var stylesheet = cssRule.parentStyleSheet 

Parameters

  • stylesheet is a stylesheet object.

Example

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

Notes

See Gecko DOM Reference:event#DOM_styleSheet_Object for more information about the stylesheet object interface.

Specification

DOM Level 2 Style - cssRule

Schlagwörter des Dokuments und Mitwirkende

 Mitwirkende an dieser Seite: jpmedley, fscholz, teoli, kscarfone, Sheppy, Dria, JesseW
 Zuletzt aktualisiert von: jpmedley,