Re: [css3-speech] voice-duration

On 30 Jun 2011, at 03:43, fantasai wrote:

> 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?

That's a typo, corrected (the section "collapsing pauses" handles this  
correctly).

> Additional comments:
>
> # auto
> #   Resolves to a computed value
>
> s/computed/used/

Corrected (damn!). :)

> # 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?

This was indeed underspecified. Now fixed (I hope).

Regards, Daniel

Received on Wednesday, 6 July 2011 16:13:48 UTC