List of associated media types in a stylesheet.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
MediaList Constructor() : MediaList
List of associated media types in a stylesheet.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no | ||
MediaList() : MediaListList of associated media types in a stylesheet. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
length
: Number
Number of media types in the list.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|
|||||||
|
mediaText
: String
Text string containing the entire media type list.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|
|||||||
Functions
| Method | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
appendMedium(String newMedium) : void
Appends a new media type to the bottom of the list.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no | |||||
|
Parameters
Returns
|
||||||||||||
|
deleteMedium(String oldMedium) : void
Deletes the specified media type from the list.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no | |||||
|
Parameters
Returns
|
||||||||||||
|
item(Number index) : String
Returns the media type found at the specified position in the list.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no | |||||
|
Parameters
Returns
|
||||||||||||
Availability
HTML DOM Level 2|W3C