- From: Sebastian Zartner via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Jul 2016 06:49:24 +0000
- To: public-svg-issues@w3.org
Exactly. And the grouping via the square brackets is meant to make
that more obvious.
Btw. switching `#` and `+` is probably more logical, so it reads "any
number of comma-separated groups of whitespace-separated values".
Expressed in syntax this is:
x, y, dx, dy:
[[ <length> | <percentage> | <number> ]+ ]#
rotate:
<number>#+ ,? => [ <number>+ ]#
or even `<length-percentage>` instead of `<length> | <percentage>` as
added lately to [Values and
Units](https://drafts.csswg.org/css-values-3/#typedef-length-percentage).
Sebastian
--
GitHub Notification of comment by SebastianZ
Please view or discuss this issue at
https://github.com/w3c/svgwg/issues/191#issuecomment-230997120 using
your GitHub account
Received on Thursday, 7 July 2016 06:49:31 UTC