Firefox Tomorrow

web api instance property

CSSFunctionDeclarations: style property

View on MDN ↗

Limited availability

The read-only style property of the CSSFunctionDeclarations interface contains a CSSFunctionDescriptors object representing the descriptors available in the @function rule’s body.

Value

A CSSFunctionDescriptors object.

Although the style property itself is read-only in the sense that you can’t replace the CSSFunctionDescriptors object, you can still assign to the style property directly, which is equivalent to assigning to its cssText property. You can also modify the CSSFunctionDescriptors object using the setProperty() and removeProperty() methods.

Examples

See the main CSSFunctionDeclarations reference page for examples.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also