[svgwg] Correct syntax for viewBox to allow comma-separated numbers

AmeliaBR has just created a new issue for 
https://github.com/w3c/svgwg:

== Correct syntax for viewBox to allow comma-separated numbers ==
[The viewBox value syntax is 
wrong](https://svgwg.org/svg2-draft/coords.html#ViewBoxAttribute), 
relatively to SVG 1.1 and implementations, which allow either space- 
or comma-separated numbers.  ([Test 
case](http://jsbin.com/dohusakeqo/1/edit?html,output))

Should be `<number> [,? <number>]{3}` under current CSS syntax rules, 
although a better syntax could be added thanks to discussion at 
https://github.com/w3c/csswg-drafts/issues/385.

Please view or discuss this issue at 
https://github.com/w3c/svgwg/issues/244 using your GitHub account

Received on Wednesday, 24 August 2016 16:52:38 UTC