DOM Reference Manual
All Packages
|
All Classes
|
Index
|
Frames
No Frames
CSSUnknownRule
Properties
|
Constants
Package
dom.style.css
Class
public class CSSUnknownRule
Inheritance
CSSUnknownRule
CSSRule
Object
Introduced in:
DOM
2 Core
The CSSUnknownRule interface represents an at-rule not supported by this user agent.
See also
MDC - cssRule: CSSUnknownRule
W3C - DOM Level 2 Style: CSSUnknownRule
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
DOM
2 Style
cssText
:
DOMString
[read-only] The parsable textual representation of the rule.
CSSRule
DOM
2 Style
parentRule
:
CSSRule
[read-only] If this rule is contained inside another rule (e.g.
CSSRule
DOM
2 Style
parentStyleSheet
:
CSSStyleSheet
[read-only] The style sheet that contains this rule.
CSSRule
DOM
2 Style
type
: Number
[read-only] The type of the rule, as defined above.
CSSRule
Public Constants
Hide Inherited Public Constants
Show Inherited Public Constants
Constant
Defined By
DOM
2 Style
CHARSET_RULE
: Number = 2
The rule is a CSSCharsetRule.
CSSRule
DOM
2 Style
FONT_FACE_RULE
: Number = 5
The rule is a CSSFontFaceRule.
CSSRule
DOM
2 Style
IMPORT_RULE
: Number = 3
The rule is a CSSImportRule.
CSSRule
DOM
2 Style
MEDIA_RULE
: Number = 4
The rule is a CSSMediaRule.
CSSRule
DOM
2 Style
PAGE_RULE
: Number = 6
The rule is a CSSPageRule.
CSSRule
DOM
2 Style
STYLE_RULE
: Number = 1
The rule is a CSSStyleRule.
CSSRule
DOM
2 Style
UNKNOWN_RULE
: Number = 0
The rule is a CSSUnknownRule.
CSSRule
Mon Aug 17 2009, 10:08 AM -04:00