Represents a page rule in a CSS style sheet.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | no | 1.0+ | no | 9.0+ | 1.0+ |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
|---|---|---|---|---|---|---|---|---|
|
CSSPageRule Constructor() : CSSPageRule
Represents a page rule in a CSS style sheet.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | ||
CSSPageRule() : CSSPageRuleRepresents a page rule in a CSS style sheet. Returns
|
||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari |
|---|---|---|---|---|---|---|
|
selectorText
: String
Page Selector text corresponding to the CSS rule.
|
Show Details | 5.0+ | 1.0+ | no | 9.0+ | 1.0+ |
|
||||||
|
style
: CSSStyleDeclaration
Style(s) for the CSS rule.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ |
|
||||||
Availability
HTML DOM Level 2|W3C
