styleSheets
Summary
Get a list of Style sheets applied to the current document as an ordered collection.
Property of css/cssom/propertiescss/cssom/properties
Syntax
var result = element.styleSheets;
element.styleSheets = value;
Return Value
Returns an object of type StyleSheetListStyleSheetList
Get a list of CSS Style Sheets assigned to the current document.
Notes
Remarks
Style sheets that are imported using the @import rule and are contained within the style object are available through the imports collection.
Related specifications
See also
Other articles
Related pages
- linklink
- stylestyle
- CSSImportRuleCSSImportRule