- From: Guillaume via GitHub <noreply@w3.org>
- Date: Tue, 05 May 2026 06:09:08 +0000
- To: public-svg-issues@w3.org
cdoublev has just submitted a new pull request for https://github.com/w3c/svgwg: == Use `#+` to define `<dasharray>` and `<points>` == This PR updates the value definition of [`<dasharray>`](https://svgwg.org/svg2-draft/painting.html#DataTypeDasharray) and [`<points>`](https://svgwg.org/svg2-draft/shapes.html#DataTypePoints) to use `[...]+#` instead of `[[...]+]#`. [CSS Values and Units](https://drafts.csswg.org/css-values-4/#component-multipliers) defines the valid multiplier stacks for CSS value definitions, which include `+#`. Not sure what was the intention from defining `<dasharray>` with `#*` in [SVG Strokes](https://svgwg.org/specs/strokes/#StrokeDashing), which is an invalid stack (`#?` is valid though). So I left it unchanged. See https://github.com/w3c/svgwg/pull/1104 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 5 May 2026 06:09:12 UTC