Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | cssrule.CSSRule --+ | CSSImportRule
Represents an @import rule within a CSS style sheet. The @import rule is used to import style rules from other style sheets.
The style sheet referred to by this rule. The value of this attribute is None if the style sheet has not yet been loaded or if it will not be loaded (e.g. if the stylesheet is for a media type not supported by the user agent).
Currently always None
Inherits properties from CSSRule
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
type = 3 The type of this rule, as defined by a CSSRule type constant. |
|||
Inherited from Inherited from Inherited from |
|
|||
href Location of the style sheet to be imported. |
|||
media (DOM readonly) A list of media types for this rule of type MediaList |
|||
styleSheet (readonly) The style sheet referred to by this rule. |
|||
cssText (DOM attribute) The parsable textual representation. |
|||
Inherited from Inherited from |
|
if readonly allows setting of properties in constructor only Do not use as positional but as keyword attributes only!
|
|
DOMException on setting
|
|
|
|
hrefLocation of the style sheet to be imported.
|
media(DOM readonly) A list of media types for this rule of type MediaList
|
styleSheet(readonly) The style sheet referred to by this rule.
|
cssText(DOM attribute) The parsable textual representation.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sun Dec 02 17:03:02 2007 | http://epydoc.sourceforge.net |