StyleSheetList Prototype
Defines the properties and methods inherited by objects in the StyleSheetList prototype chain.
Syntax
HTML N/A Scripting StyleSheetList.prototype
Members Table
The following table lists the members exposed by the StyleSheetList Constructor object.
Attributes/Properties
Property Description length Gets or sets the number of objects in a collection. Methods
Method Description item Retrieves an object from a collection.
Remarks
For more information on this and other DOM Prototypes see Document Object Model Prototypes, Part 1: Introduction.
This prototype does not derive from any objects.
Applies To
styleSheets
See Also