NAME
CSS::DOM::MediaList - Medium list class for CSS::DOM
VERSION
Version 0.02
SYNOPSIS
# ...
DESCRIPTION
This module implements medium lists for CSS::DOM. It implements the CSSMediaList DOM interface and inherits from CSS::DOM::Array.
METHODS
DOM Attributes
- mediaText
-
A comma-and-space-separated string of the individual media in the list, e.g., 'screen, print'.
DOM Methods
- deleteMedium ( $name )
-
Deletes the named medium from the list, or throws an exception if it cannot be found.
- appendMedium ( $name )
-
Adds a medium to the end of the list.