Skip to content

Commit 5fc94f1

Browse files
andruudtabatkins
authored andcommitted
[css-properties-values-api] "Consume a name" returns a string. (w3c#861)
"Consume a name" doesn't return an <ident-token>. Also, it seems more clean to avoid tokens completely (if possible).
1 parent 8cbccbd commit 5fc94f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ Parsing the syntax string {#parsing-syntax}
637637
:: If the stream [=starts with an identifier=],
638638
<a>reconsume the current input code point</a> from |stream|
639639
then [=consume a name=] from |stream|,
640-
and set |component|’s |name| to the returned <<ident-token>>’s value.
640+
and set |component|’s |name| to the returned value.
641641
Otherwise return failure.
642642

643643
: anything else

0 commit comments

Comments
 (0)