- From: Sebastian Zartner via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Jul 2016 06:35:04 +0000
- To: public-svg-issues@w3.org
SebastianZ has just created a new issue for
https://github.com/w3c/svgwg:
== Incorrect syntax for <tspan>´s attributes ==
If I´m not mistaken, multipliers in value syntaxes must not be placed
behind one another and having an optional comma in the definition is
redundant.
So, the syntaxes for `<tspan>`´s attributes need to be changed
accordingly:
x, y, dx, dy:
[<length> | <percentage> | <number>]#+ ,? => [[ <length> |
<percentage> | <number> ]# ]+
rotate:
<number>#+ ,? => [ <number># ]+
Sebastian
Please view or discuss this issue at
https://github.com/w3c/svgwg/issues/191 using your GitHub account
Received on Tuesday, 5 July 2016 06:35:16 UTC