"Clarify value spacing of keySpline syntax" erratum

The “Clarify value spacing of keySpline syntax” erratum states:

  The SVG Full 1.1 specification implies that the syntax for control
  points of the keySpline attribute are space separated. Various SVG
  test cases use commas to separate the values. SMIL syntax allows comma
  separated values. This should be clarified in the specification.

but SMIL allows semicolons, not commas.  The test suite doesn’t use
commas, only semicolons.  Also, no file in the test suite uses just
space separated numbers.  Also, the text for keyTimes allows only
semicolon separation on not just whitespace separation.

I think we should change the spec to state that keySpline, keyTimes,
values and keyPoints all must use semicolons to separate values, but can
have optional whitespace around the semicolons.

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

Received on Thursday, 13 August 2009 05:10:04 UTC