Skip to content

Commit 4e97922

Browse files
authored
[css-properties-values-api] Make var() fallback type-agnostic (#1139)
Resolves Issue 10455.
1 parent 9b75471 commit 4e97922

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

css-properties-values-api/Overview.bs

-10
Original file line numberDiff line numberDiff line change
@@ -400,16 +400,6 @@ and [[css-syntax-3#tokenization|tokenizing]] the resulting string.
400400
a <<dimension-token>> with a value of "80" and unit "px".
401401
</div>
402402

403-
### Fallbacks In ''var()'' References ### {#fallbacks-in-var-references}
404-
405-
References to registered custom properties using the ''var()'' function may
406-
provide a fallback. However, the fallback value must match the
407-
<a>syntax definition</a> of the custom property being referenced, otherwise the
408-
declaration is <a spec=css-variables>invalid at computed-value time</a>.
409-
410-
Note: This applies regardless of whether or not the fallback is being used.
411-
412-
413403
### Dependency Cycles via Relative Units ### {#dependency-cycles}
414404

415405
[=Registered custom properties=] follow the same rules for dependency cycle resolution

0 commit comments

Comments
 (0)