CSSMediaRule

Extends: CSSGroupingRule

Category: browser, cssom

See: https://developer.mozilla.org/en-US/docs/Web/API/CSSRule

cssMediaRule.type

Gets the type of this rule

Read only

cssMediaRule.media : CSSMediaList

Returns the list of media rules

Read only

cssMediaRule.mediaText : DOMString

Returns the text of the media rules

Read only