From 000f69a4683a60724f7c64c7f6ef8f77d14a6379 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Mon, 13 Jan 2020 14:30:09 -0800 Subject: [PATCH] [css-properties-values-api] Editorial link fix. --- css-properties-values-api/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-properties-values-api/Overview.bs b/css-properties-values-api/Overview.bs index 299b46ac..1632031d 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -371,7 +371,7 @@ rather than the original token sequence used to produce that value. Any ''var()'' function that references a registered custom property must be replaced with an equivalent token sequence, which is equal to the token sequence that would have been produced -by [[cssom#serialize-a-css-value|serializing]] the computed value, +by [=serialize a CSS value|serializing=] the computed value, and [[css-syntax-3#tokenization|tokenizing]] the resulting string.