November 2001
Intermediate to advanced
936 pages
68h 43m
English
MediaList.deleteMedium( ) — remove a media type from the list
DOM Level 2 StyleSheets
void deleteMedium(String oldMedium)
throws DOMException;oldMedium
The name of the media type to remove from the list. See the MediaList reference page for the set of valid media type names.
This method throws a DOMException with a code of
NOT_FOUND_ERR if the list does not contain the
specified oldMedium media type, or
NO_MODIFICATION_ALLOWED_ERR if the media list is
read-only.
This method deletes the specified media type from this MediaList, or throws an exception if the list does not contain the specified type.