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.
Inherits properties from CSSRule
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
type The type of this rule, as defined by a CSSRule type constant. |
|||
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 depending if media is used at all |
|||
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
|
Read new CSSStyleSheet cssText from href using parentStyleSheet.href indirectly called if setting href |
repr(x)
|
str(x)
|
|
typeThe type of this rule, as defined by a CSSRule type constant. Overwritten in derived classes. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type. (Casting not for this Python implementation I guess...)
|
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.
|
wellformeddepending if media is used at all
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jul 14 22:21:27 2008 | http://epydoc.sourceforge.net |