Definition
CSS Custom Functions and Mixins Module Level 1 defines CSSApplyStatementRule
[Exposed=Window]
interface CSSApplyStatementRule : CSSRule {
readonly attribute CSSOMString name;
sequence<CSSOMString> getArguments();
};
CSSApplyStatementRule interfaceCSS Custom Functions and Mixins Module Level 1 defines CSSApplyStatementRule
[Exposed=Window]
interface CSSApplyStatementRule : CSSRule {
readonly attribute CSSOMString name;
sequence<CSSOMString> getArguments();
};