[svgwg] Issue: Correct syntax for viewBox to allow comma-separated numbers marked as SVG Core

AmeliaBR has just labeled an issue for https://github.com/w3c/svgwg as
 "SVG Core":

== 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.

See https://github.com/w3c/svgwg/issues/244

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