Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | MediaQuery
A Media Query consists of a media type and one or more expressions involving media features.
media_query: [[only | not]? <media_type> [ and <expression> ]*] | <expression> [ and <expression> ]* expression: ( <media_feature> [: <value>]? ) media_type: all | aural | braille | handheld | print | projection | screen | tty | tv | embossed media_feature: width | min-width | max-width | height | min-height | max-height | device-width | min-device-width | max-device-width | device-height | min-device-height | max-device-height | device-aspect-ratio | min-device-aspect-ratio | max-device-aspect-ratio | color | min-color | max-color | color-index | min-color-index | max-color-index | monochrome | min-monochrome | max-monochrome | resolution | min-resolution | max-resolution | scan | grid
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
MEDIA_TYPES =
|
|||
Inherited from |
|
|||
mediaText (DOM) The parsable textual representation of the media list. |
|||
mediaType (DOM) media type (one of MediaQuery.MEDIA_TYPES) of this MediaQuery. |
|||
wellformed | |||
Inherited from |
|
|
|
DOMException
|
DOMException
|
repr(x)
|
str(x)
|
|
MEDIA_TYPES
|
|
mediaText(DOM) The parsable textual representation of the media list. This is a comma-separated list of media.
|
mediaType(DOM) media type (one of MediaQuery.MEDIA_TYPES) of this MediaQuery.
|
wellformed
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 23 01:20:46 2008 | http://epydoc.sourceforge.net |