Closing ACTION-2766 Edit path bnf for Negative values in polygon/polyline points

Hello public-svg-wg,

I modified the EBNF for coordinate pair in shapes.html, as discussed on the telcon

coordinate-pair:
    coordinate comma-wsp coordinate
    | coordinate negative-coordinate

and added 

negative-coordinate:
    "-" integer-constant
    | "-" floating-point-constant

(which is a copy-and-edit of number, but with "-" instead of sign? )

changes.html updated also.

This action relates to ISSUE-2314 -- Negative values in polygon/polyline points.

-- 
 Chris Lilley                    mailto:chris@w3.org
 Technical Director, Interaction Domain
 W3C Graphics Activity Lead
 Co-Chair, W3C Hypertext CG

Received on Monday, 10 May 2010 12:44:18 UTC