2.5.3.1 imports

The imports property retrieves a StyleSheetList (IHTMLStyleSheetsCollection) collection of imported style sheets defined for the respective CSSStyleSheet (IHTMLStyleSheet) object. An imported style sheet is one that is linked to the document using the cascading style sheets (CSS) @import rule.

The collection contains the same number of style sheets objects that would be referenced by the list of CSSImportRule objects in a CSSRuleList. The CSSImportRule interface is not supported by Windows Internet Explorer 7 or Windows Internet Explorer 8.