- From: Boris Dalstein via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Mar 2020 18:30:31 +0000
- To: public-svg-issues@w3.org
Re adding `wsp*` at the end of each command definition: we could even go further and add `wsp*` also at the beginning of each command. This way, we would have: ``` svg_path::= (moveto drawto_command*)? ``` This restores symmetry, otherwise readers might otherwise wonder which there is `wsp*` at the end of each command, but not at the beginning. Either way, I'm not sure it's worth the added noise in each command. Reading such grammar, I would probably tell myself: why on earth didn't they factorize these `wsp*`? -- GitHub Notification of comment by dalboris Please view or discuss this issue at https://github.com/w3c/svgwg/pull/778#issuecomment-594099201 using your GitHub account
Received on Tuesday, 3 March 2020 18:30:37 UTC