Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | util.Base2 --+ | 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 |
|
|||
cssText (DOM attribute) The parsable textual representation. |
|||
href Location of the style sheet to be imported. |
|||
media (DOM readonly) A list of media types for this rule of type MediaList |
|||
name An optional name for the imported sheet |
|||
styleSheet (readonly) The style sheet referred to by this rule. |
|||
wellformed READONLY |
|||
Inherited from 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
|
repr(x)
|
str(x)
|
|
cssText(DOM attribute) The parsable textual representation.
|
hrefLocation of the style sheet to be imported.
|
media(DOM readonly) A list of media types for this rule of type MediaList
|
nameAn optional name for the imported sheet
|
styleSheet(readonly) The style sheet referred to by this rule.
|
wellformedREADONLY
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 22 19:22:52 2008 | http://epydoc.sourceforge.net |