CSSPageRule : CSSRule
Return to: HTML DOM Level 2 index

Represents a page rule in a CSS style sheet.

Platform Support

IE Mozilla Netscape Opera Safari Chrome
no 1.0+ no 9.0+ 1.0+ no

Constructors

Constructor Action IE Mozilla Netscape Opera Safari Chrome
CSSPageRule Constructor() : CSSPageRule
Represents a page rule in a CSS style sheet.
Show Details no 1.0+ no 9.0+ 1.0+ no

CSSPageRule() : CSSPageRule

Represents a page rule in a CSS style sheet.

Returns
CSSPageRule

Visibility
internal

Properties

Property Action IE Mozilla Netscape Opera Safari Chrome
selectorText : String
Page Selector text corresponding to the CSS rule.
Show Details 5.0+ 1.0+ no 9.0+ 1.0+ no

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2|W3C

style : CSSStyleDeclaration
Style(s) for the CSS rule.
Show Details no 1.0+ no 9.0+ 1.0+ no

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2|W3C

Availability

HTML DOM Level 2|W3C

text_javascript aptana_docs