StyleSheetList in DOM Level 2 StyleSheets

(no overview available)

Instance Properties

name type description
length Number (read only)

Instance Methods

name returns description
item(index) StyleSheet

Description

Note: This object can also be dereferenced using square bracket notation (e.g. myStyleSheetObj[1]). Dereferencing with an integer index is equivalent to invoking the item method with that index.

Properties that are a StyleSheetList

name object description
styleSheets DocumentStyle (read only)