ZVON > References > DOM2 Reference

mediaText (attribute )

Owning interface and usage:  
MediaList.mediaText

Member of these other interfaces:  
none

Readonly:  

Type:   DOMString

Description:  
The parsable textual representation of the media list. This is a comma-separated list of media.

Exception:  
DOMException SYNTAX_ERR
Raised if the specified string value has a syntax error and is unparsable.
DOMException NO_MODIFICATION_ALLOWED_ERR
Raised if this media list is readonly.