AvailabilityDOM Level 2 StyleSheets SynopsisString item(unsigned long index); Arguments
ReturnsThe media type (a string) at the specified position within the MediaList, or null if index is negative or is greater than or equal to length. Note that in JavaScript, it is usually simpler to treat a MediaList object as an array and index it using square-bracket array notation instead of calling this method. |