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

Thanks for catching that. However, the extra brackets and `+` 
shouldn't be required, the `#` already implies "at least one" in CSS 
value notation.

>From [CSS Values and 
Units](https://www.w3.org/TR/css3-values/#component-multipliers):

> A hash mark (#) indicates that the preceding type, word, or group 
occurs one or more times, separated by comma tokens (which may 
optionally be surrounded by white space and/or comments).

The extra `,?` may have been intentional, explicitly allowing a 
trailing comma at the end of the list.  Maybe @Tavmjong knows?

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at 
https://github.com/w3c/svgwg/issues/191#issuecomment-230644796 using 
your GitHub account

Received on Wednesday, 6 July 2016 00:56:15 UTC