CSSFunctionDescriptors: result property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
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
Specification |
---|
CSS Functions and Mixins Module> # dom-cssfunctiondescriptors-result> |
Browser compatibility
Loading…