This page is Not Ready

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

styleSheet

Property of css/cssom/propertiescss/cssom/properties

Syntax

var result = element.styleSheet;
element.styleSheet = value;

Notes

Remarks

A null value for p indicates that there is no style sheet for the object.

Syntax

See also

Related pages

Attributions