Definition
CSS Custom Functions and Mixins Module Level 1 defines CSSFunctionDescriptors
[Exposed=Window]
interface CSSFunctionDescriptors : CSSStyleDeclaration {
attribute [LegacyNullToEmptyString] CSSOMString result;
};
CSSFunctionDescriptors
interfaceCSS Custom Functions and Mixins Module Level 1 defines CSSFunctionDescriptors
[Exposed=Window]
interface CSSFunctionDescriptors : CSSStyleDeclaration {
attribute [LegacyNullToEmptyString] CSSOMString result;
};
CSSFunctionDescriptors