Re: [svgwg] stroke-width initial value must include units

The SVG 1.1 and 2.0 specs only allow a single value for stroke-width:
https://www.w3.org/TR/SVG11/painting.html#StrokeWidthProperty
https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty

The CSS Fill and Stroke Module Level 3 draft indicates multiple values are allowed for stroke-width
https://www.w3.org/TR/fill-stroke-3/#stroke-width

`Value: <length-percentage>#`

A hash mark (#) indicates that the preceding type, word, or group occurs one or more times
https://drafts.csswg.org/css-values-4/#mult-comma

Hard to think of any way to use multiple values for stroke-width - is this a typo?



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

Received on Tuesday, 16 October 2018 20:25:21 UTC