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