- From: Cameron McCormack <cam@mcc.id.au>
- Date: Mon, 13 Apr 2009 11:35:31 +1000
- To: public-svg-wg@w3.org
SVG Working Group Issue Tracker:
> ISSUE-2194 (list-syntax-incompatibilities): Syntax of some list-type
> attributes in SVG Tiny 1.2 incompatible with those in SVG 1.1 [SVG 1.2
> Tiny: Errata]
Another small inconsistency (to be looked at for my ACTION-2391) just
within 1.1:
<list of xxx>
…
White space in lists is defined as one or more of the following
consecutive characters: "space" (Unicode code 32), "tab" (9), “line
feed" (10), "carriage return" (13) and "form-feed" (12).
…
wsp:
(#x20 | #x9 | #xD | #xA)
(Note the “form-feed” in the prose but not the grammar.)
--
Cameron McCormack ≝ http://mcc.id.au/
Received on Monday, 13 April 2009 01:36:36 UTC