The MediaDesc Attribute Type is a data type defined by XHTML Modularisation 1.1, declared in the DTD as XML 1.0 type CDATA.
Reference: *W3C - XHTML Modularisation 1.1 - Attribute Types
There are no Common Attributes with type MediaDesc.
A comma-separated list of one or more recognised media descriptors, e.g. "all", "screen", "screen, print"
The MediaDesc Attribute Type is used for specifying the media types for which
the resource is applicable, e.g. for the style element
the media attribute (of type
MediaDesc) indicates the media types for which the relevant styles apply.
For example:
The first example indicates that the style sheet "printstyle.css" is for printed pages only, whereas the second
implies that the rules within the style element should be used for
display on computer screens only.
The following list of recognised media descriptors is adapted from the entry for MediaDesc under the W3C's *XHTML 1.1 Modularisation - Attribute Types, whilst also taking into account the *CSS 2.1 list of Recognised Media Types.