Re: [svgwg] Incorrect syntax for <tspan>´s attributes

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