CSSPageRule : CSSRule

Represents a page rule in a CSS style sheet.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+no9.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Represents a page rule in a CSS style sheet.
no1.0+no9.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Page Selector text corresponding to the CSS rule.
5.0+1.0+no9.0+1.0+no
 
Style(s) for the CSS rule.
no1.0+no9.0+1.0+no
 

Availability

HTML DOM Level 2 | W3C

Constructor Detail

CSSPageRule CSSPageRule()

Represents a page rule in a CSS style sheet.

Visibility
internal

Property Detail

String selectorText

Page Selector text corresponding to the CSS rule.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/stylesheets.html

Availability

HTML DOM Level 2 | W3C

CSSStyleDeclaration style - read only

Style(s) for the CSS rule.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/style.html

Availability

HTML DOM Level 2 | W3C