2.6 StyleSheetPage Interface

The StyleSheetPage (IHTMLStyleSheetPage) is analogous to the CSSPageRule in [DOM Level 2 - Style]

The interface represents a particular @page rule in a style sheet.

IDL Definition

 // Introduced in Internet Explorer
 interface StyleSheetPage {
   readonly attribute DOMString      pseudoClass;
   readonly attribute DOMString      selector;
 }