Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | object --+ | | | list --+ | MediaList
Provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented. An empty list is the same as a list that contains the medium "all".
medium [ COMMA S* medium ]*
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_MEDIA =
available media types |
|||
|
|||
length (DOM readonly) The number of media in the list. |
|||
seq All parts of this MediaList including CSSComments |
|||
mediaText (DOM) The parsable textual representation of the media list. |
|||
Inherited from |
|
|
DOMException
|
(DOM) Adds the medium newMedium to the end of the list. If the newMedium is already used, it is first removed. returns if newMedium is valid DOMException
|
(DOM) Deletes the medium indicated by oldMedium from the list. DOMException
|
|
|
|
|
_MEDIAavailable media types
|
|
length(DOM readonly) The number of media in the list.
|
seqAll parts of this MediaList including CSSComments
|
mediaText(DOM) The parsable textual representation of the media list. This is a comma-separated list of media.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Sep 05 13:22:10 2007 | http://epydoc.sourceforge.net |