diff --git a/css-properties-values-api/Overview.bs b/css-properties-values-api/Overview.bs index ceb3d2de..67cdd395 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -589,6 +589,18 @@ to full URLs as described in [[!css3-values]]. + +Fallbacks in ''var()'' references {#fallbacks-in-var-references} +---------------------------------------------------------------- + +References to registered custom properties using the ''var()'' function may +provide a fallback. However, the fallback value must match the +[[#supported-syntax-strings|registered syntax]] of the custom property being +referenced, otherwise the declaration is +invalid at computed-value time. + +Note: This applies regardless of whether or not the fallback is being used. + Examples {#examples} ====================