| 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 |
|||
|
|||
type = 3The 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
|
Read new CSSStyleSheet cssText from href using parentStyleSheet.base indirectly called if setting href |
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 Wed Mar 19 22:50:22 2008 | http://epydoc.sourceforge.net |