From 0ed0c1d9ae6c43ed978ec63273782be7a15486d5 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 18 Oct 2023 11:27:23 +0200 Subject: [PATCH] [css-properties-values-api] Use the appropriate ref link for "parse" --- 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 78ef19a3..db0966c1 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -647,7 +647,7 @@ if the value of the '@property/syntax' descriptor is not the [=universal syntax the following conditions must be met for the ''@property'' rule to be valid: * The '@property/initial-value' descriptor must be present. - * The '@property/initial-value' descriptor's value must [=consume a syntax definition|parse successfully=] + * The '@property/initial-value' descriptor's value must [=parse=] successfully according to the grammar specified by the [=syntax definition=]. * The '@property/initial-value' must be [=computationally independent=].