Re: [css3-speech] voice-duration

On 06/29/2011 07:21 PM, fantasai wrote:
> http://dev.w3.org/csswg/css3-speech/#voice-duration
>
> # The ‘voice-duration’ property specifies how long it should take to
> # render the selected element's content (excluding audio cues).
>
> Cues are not counted. What about pauses and rests? Are they compressed
> or rendered in full and counted or rendered in full and not counted?

Additional comments:

# auto
#   Resolves to a computed value

s/computed/used/

# The ‘voice-duration’ property specifies how long it should take to
# render the selected element's content (excluding audio cues ).
# Unless the value ‘auto’ is specified, this property takes precedence
# over the ‘voice-rate’ property and should be used to determine the
# speaking rate of the voice.

So.. what happens if one of the element's children has voice-duration
specified? What if its voice-duration is longer than the parent's
voice-duration?

~fantasai

Received on Thursday, 30 June 2011 02:43:30 UTC