- From: Amelia Bellamy-Royds via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Sep 2016 00:04:22 +0000
- To: public-svg-issues@w3.org
@tabatkins OK, great, so in that case it's covered by the general
`<number>` (or `<length>`, etc) data type in SVG. Which explains why
we no longer have specific text about it in the SVG Data Types
chapter.
But since the path data uses a non-CSS parser, we need to re-define it
there, too.
Basically, this line `number ::= ([0-9])+`, should instead be
something like
number ::= ([0-9])+((e|E)sign?([0-9])+)?
@nikosandronikos Can you confirm whether that's correct for the
grammar? If so, we probably can make a resolution to correct it at
this week's telcon.
--
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at
https://github.com/w3c/svgwg/issues/286#issuecomment-250336384 using
your GitHub account
Received on Thursday, 29 September 2016 00:04:30 UTC