WebIDLpedia

CSSApplyBlockRule interface

Definition

CSS Custom Functions and Mixins Module Level 1 defines CSSApplyBlockRule



[Exposed=Window]
interface CSSApplyBlockRule : CSSGroupingRule {
  readonly attribute CSSOMString name;
  sequence<CSSOMString> getArguments();
};