HTML and CSS Reference
In-Depth Information
Aural Property
Allowed Values
Description
Example(s)
pause
[ time | percentage ]
[ time | percentage ] |
inherit
A shorthand notation to define
how long a pause should
happen before and after some
element has been read. Time
is presented in seconds ( s ) or
milliseconds ( ms ). A percentage
value operates off the speech
rate.
#gulp {pause: 2s 2s;}
pause-after
time | percentage |
inherit
Defines how long a pause
should happen after reading
some element. Time is
presented in seconds ( s ) or
milliseconds ( ms ). A percentage
value operates off the speech
rate.
blockquote {pause-after: 2s;}
pause-
before
time | percentage |
inherit
Defines how long a pause
should happen before reading
some element. Time is
presented in seconds ( s ) or
milliseconds ( ms ). A percentage
value operates off the speech
rate.
#jump {pause-before: 2s;}
pitch
frequency | x-low |
low | medium | high |
x-high | inherit
Defines the average pitch of
the speaking voice. Frequency
values can use keywords or a
Hz (hertz) value.
#baritone {pitch: low;}
#barrywhite {pitch: 70Hz;}
Specifies the variation in the
average pitch. Defaults to 50 ,
with 0 being flat monotone and
toward 100 very animated voice.
pitch-range
number | inherit
.wacky {pitch-range: 80;}
T ABLE 5-10 CSS-HTML Size Relationships (continued)
 
Search WWH ::




Custom Search