WebIDLpedia

CSSFunctionDeclarations interface

Definition

CSS Custom Functions and Mixins Module Level 1 defines CSSFunctionDeclarations



[Exposed=Window]
interface CSSFunctionDeclarations : CSSRule {
  [SameObject, PutForwards=cssText] readonly attribute CSSFunctionDescriptors style;
};