Re: making comma-wsp optional between points list coordinates

Cameron McCormack:
> The grammar for the points="" attribute on <polygon> and <polyline> has
> a comma-wsp between each coordinate, which is white space, a comma, or
> both.  Firefox rejects a points list that has no spaces between
> coordinates (which is possible when the second number is negative).
> Chrome, Safari and IE all accept such a points list.
> 
> I propose we don’t require the separator.  This would make points lists
> consistent with path data, where we already don’t require a separator.

Test: http://mcc.id.au/temp/points.svg

Green means the separator is not required; red means it is.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Thursday, 5 February 2015 06:33:38 UTC