WebIDLpedia

CSSApplyStatementRule interface

Definition

CSS Custom Functions and Mixins Module Level 1 defines CSSApplyStatementRule



[Exposed=Window]
interface CSSApplyStatementRule : CSSRule {

  readonly attribute CSSOMString name;
  sequence<CSSOMString> getArguments();
};