Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | cssrule.CSSRule --+ | CSSMediaRule
represents an @media rule in a CSS style sheet. A @media rule can be used to delimit style rules for specific media types.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
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 |
|
|||
media (DOM readonly) A list of media types for this rule of type MediaList |
|||
cssRules (DOM readonly) A css::CSSRuleList of all CSS rules contained within the media block. |
|||
cssText (DOM attribute) The parsable textual representation. |
|||
Inherited from Inherited from |
|
|
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. |
|
DOMException on setting
|
|
|
|
media(DOM readonly) A list of media types for this rule of type MediaList
|
cssRules(DOM readonly) A css::CSSRuleList of all CSS rules contained within the media block.
|
cssText(DOM attribute) The parsable textual representation.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Sep 05 13:22:09 2007 | http://epydoc.sourceforge.net |