This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

parentStyleSheet

Summary

Retrieves an element’s parent style sheet.

Property of css/cssom/styleSheetcss/cssom/styleSheet

Syntax

var result = element.parentStyleSheet;
element.parentStyleSheet = value;

Notes

Remarks

Parameter p receives NULL if the style sheet is part of a link or style element.

Syntax

See also

Related pages

Attributions