- From: ◬ via GitHub <sysbot+gh@w3.org>
- Date: Thu, 31 Oct 2019 04:04:42 +0000
- To: public-css-archive@w3.org
skratchdot has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [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. visit: https://www.w3.org/TR/css-syntax-3/#consume-comment search the page for: ``` If the input stream starts with a number, reconsume the current input code point, consume a numeric token and return it. ``` there is only 1 instance. search the page for: ``` If the input stream starts with a number, reconsume the current input code point, consume a numeric token, and return it. ``` there are 2 instances. i think all 3 versions should match. i also wonder why these aren't broken out into an "algorithm" with a name, but that's a larger discussion/change. See https://github.com/w3c/csswg-drafts/pull/4473
Received on Thursday, 31 October 2019 04:04:43 UTC