Hi Glenn, In test DynamicFlow002 (and the specification as well), you use the value in(word,jump) fill(1.0s) out(line,smooth) clear(break,0.3s) however, the syntax for dynamic flow is <flowFunction>+ <flowIntervalFunction>* which means the flow function out() needs to appear before fill: in(word,jump) out(line,smooth) fill(1.0s) clear(break,0.3s) Did you mean the syntax for dynamic flow to be ( <flowFunction> <flowIntervalFunction>* )+ instead? PhilippeReceived on Thursday, 29 October 2009 18:01:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 2 November 2009 22:41:44 GMT