ISSUE-126: tts:dynamicFlow - needs flow style duration parameter in flow interval function [DFXP 1.0]

ISSUE-126: tts:dynamicFlow - needs flow style duration parameter in flow interval function [DFXP 1.0]

http://www.w3.org/AudioVideo/TT/tracker/issues/126

Raised by: Glenn Adams
On product: DFXP 1.0

in order to determine the time duration for applying the 'smooth' flow style (and other potential timed styles in the future, such as 'fade'), it is necessary to add an argument specifying this duration, which i propose to do in the flow interval function, which would be modified to accept the following arguments:

flowIntervalArguments
  : flowInterval [ "," flowStyleDuration ]

flowInterval
  : "auto"
  | <duration>
  | flowIntervalRate

flowStyleDuration
  : <duration>

Received on Monday, 29 June 2009 23:42:54 UTC