Re: [svgwg] Align path number parsing with CSS Numbers. Fixes #331 (#697)

Ok. Our resolution [from last June](https://github.com/w3c/svgwg/issues/331#issuecomment-396359891) was:

> Use CSS numbers, allow UAs to implement SVG 1.1 numbers but strongly discourage to use them

So I guess this takes care of the first half of that, by making parsing match CSS.  Do you want to add a paragraph regarding the second part?  Possible wording:

> The SVG 1 path grammar was defined in a way that allowed a trailing decimal point without any decimal digits (like `23.` ).  SVG 2 harmonizes number parsing with CSS, and makes this invalid.  However, user agents may continue to accept numbers with trailing decimal points when parsing is unambiguous. Authors and authoring tools must not use this number format.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/pull/697#issuecomment-496347130 using your GitHub account

Received on Tuesday, 28 May 2019 02:57:51 UTC