- From: Nikos Andronikos via GitHub <sysbot+gh@w3.org>
- Date: Sun, 07 Aug 2016 11:04:37 +0000
- To: public-svg-issues@w3.org
nikosandronikos has just labeled an issue for
https://github.com/w3c/svgwg as "DoC_accepted":
== 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](https://svgwg.org/svg2-draft/text.html#TSpanAttributes)
need to be changed accordingly:
x, y, dx, dy:
[<length> | <percentage> | <number>]#+ ,? => [[ <length> |
<percentage> | <number> ]# ]+
rotate:
<number>#+ ,? => [ <number># ]+
And even if grouping with square brackets were mandatory, it improves
the readability a bit.
Sebastian
See https://github.com/w3c/svgwg/issues/191
Received on Sunday, 7 August 2016 11:06:43 UTC