Skip to content

Commit a970090

Browse files
authored
[css-syntax] make "plus sign" match other 2 items
when consuming a token, the first instruction for PLUS SIGN, HYPHEN-MINUS, and FULL STOP are all the same, but the PLUS SIGN instructions are missing a comma.
1 parent 014a459 commit a970090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-syntax-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ Consume a token</h4>
925925
<dd>
926926
If the input stream <a>starts with a number</a>,
927927
<a>reconsume the current input code point</a>,
928-
<a>consume a numeric token</a>
928+
<a>consume a numeric token</a>,
929929
and return it.
930930

931931
Otherwise,

0 commit comments

Comments
 (0)