From 648988a4a1efe3b450ad2626738416848fe1ca73 Mon Sep 17 00:00:00 2001 From: Anders Hartvoll Ruud Date: Mon, 18 Feb 2019 09:24:46 +0100 Subject: [PATCH] [css-properties-values-api] "Consume a name" returns a string. "Consume a name" doesn't return an . Also, it seems more clean to avoid tokens completely (if possible). --- 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 444ae71d..a7928f2e 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -634,7 +634,7 @@ Parsing the syntax string {#parsing-syntax} :: If the stream [=starts with an identifier=], reconsume the current input code point from |stream| then [=consume a name=] from |stream|, - and set |component|’s |name| to the returned <>’s value. + and set |component|’s |name| to the returned value. Otherwise return failure. : anything else