Re: [css3-speech] voice-pitch

On 07/13/2011 11:11 AM, Daniel Weck wrote:
>
> On 13 Jul 2011, at 18:37, fantasai wrote:
>>   voice-pitch: 5%;
>>   voice-pitch: 5st;
>>   voice-pitch: 5Hz;
>>
>> The<frequency>  is the only one that's absolute rather than relative
>> when specified alone. It seems to me it'd be more consistent, and
>> less confusing, if we switched therefore to having<frequency>  be
>> relative by default unless an 'absolute' keyword were specified.
>>
>> What do you think?
>
> Totally agree (it was already on my todo list :)
>
> I updated the examples as well:
>
> http://dev.w3.org/csswg/css3-speech/#voice-pitch

Cool. One minor detail:

   # absolute
   #   This keyword specifies that the provided frequency value is expressed
   #   as a positive absolute value.

What happens if I specify

   voice-pitch: -10Hz absolute;

Is it invalid (ignored), clamped to zero, something else?

~fantasai

Received on Wednesday, 13 July 2011 18:30:53 UTC