CSSVariableReferenceValue: CSSVariableReferenceValue() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Want more browser support for this feature? Tell us why.
Note: This feature is available in Web Workers.
Creates a new CSSVariableReferenceValue.
Syntax
js
new CSSVariableReferenceValue(variable)
new CSSVariableReferenceValue(variable, fallback)
Parameters
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # dom-cssvariablereferencevalue-cssvariablereferencevalue> |