Module jdk.xml.dom

Interface CSSMediaRule

All Superinterfaces:
CSSRule

public interface CSSMediaRule extends CSSRule
The CSSMediaRule interface represents a @media rule in a CSS style sheet. A @media rule can be used to delimit style rules for specific media types.

See also the Document Object Model (DOM) Level 2 Style Specification.

Since:
1.4, DOM Level 2