From a970090491f92376aab59142b4f2a0c56000751a Mon Sep 17 00:00:00 2001 From: skratchdot Date: Thu, 31 Oct 2019 00:01:03 -0400 Subject: [PATCH] [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. --- css-syntax-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-syntax-3/Overview.bs b/css-syntax-3/Overview.bs index 4087243d5bf..8e25fc27173 100644 --- a/css-syntax-3/Overview.bs +++ b/css-syntax-3/Overview.bs @@ -925,7 +925,7 @@ Consume a token
If the input stream starts with a number, reconsume the current input code point, - consume a numeric token + consume a numeric token, and return it. Otherwise,