- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 22 Jan 2021 23:31:16 +0000
- To: public-svg-issues@w3.org
I think you're misreading the grammar - it's not saying each number and its associated comma is optional, it's saying the commas themselves are optional. That is, `0 0 0 0` is valid, as is `0, 0, 0, 0`. But `0 0` is invalid, because it needs all four numbers. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/svgwg/issues/821#issuecomment-765742655 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 22 January 2021 23:31:18 UTC