CSSFunctionDescriptors: result property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The result property of the CSSFunctionDescriptors interface returns a string representing a result descriptor, if one exists in the associated set of declarations.

Value

A string.

If no result descriptor exists in the associated set of declarations, an empty string is returned.

Examples

See the main CSSFunctionDescriptors reference page for an example.

Specifications

See also