Re: [svgwg] Fix missing trailing wsp after path commands (#778)

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