Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | cssrule.CSSRule --+ | CSSMediaRule
Objects implementing the CSSMediaRule interface can be identified by the MEDIA_RULE constant. On these objects the type attribute must return the value of that constant.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
type = 4 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. |
|||
media (DOM readonly) A list of media types for this rule of type MediaList |
|||
Inherited from Inherited from |
|
|
|
DOMException on setting
|
Used to delete a rule from the media block. DOMExceptions
|
|
Used to insert a new rule into the media block. DOMException on setting
returns the index within the media block's rule collection of the newly inserted rule. |
repr(x)
|
str(x)
|
|
cssText(DOM attribute) The parsable textual representation.
|
media(DOM readonly) A list of media types for this rule of type MediaList
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Feb 03 21:10:56 2008 | http://epydoc.sourceforge.net |