@@ -572,7 +572,7 @@ The 'pause-before' and 'pause-after' properties</h3>
572572
573573 <pre class=propdef>
574574 Name : pause-before, pause-after
575- Value : <time> | none | x-weak | weak | medium | strong | x-strong
575+ Value : <time [0s,∞] > | none | x-weak | weak | medium | strong | x-strong
576576 Initial : none
577577 Applies to : all elements
578578 Inherited : no
@@ -593,7 +593,7 @@ The 'pause-before' and 'pause-after' properties</h3>
593593 requires special considerations (e.g. <a href="#collapsed-pauses">"collapsed" pauses</a> ).
594594
595595 <dl dfn-type=value dfn-for="pause-before,pause-after">
596- <dt> <dfn><<time>></dfn>
596+ <dt> <dfn><<time [0s,∞] >></dfn>
597597 <dd>
598598 Expresses the pause in absolute time units
599599 (seconds and milliseconds, e.g. "+3s", "250ms").
@@ -691,7 +691,7 @@ The 'rest-before' and 'rest-after' properties</h3>
691691
692692 <pre class=propdef>
693693 Name : rest-before, rest-after
694- Value : <<time>> | none | x-weak | weak | medium | strong | x-strong
694+ Value : <<time [0s,∞] >> | none | x-weak | weak | medium | strong | x-strong
695695 Initial : none
696696 Applies to : all elements
697697 Inherited : no
@@ -710,7 +710,7 @@ The 'rest-before' and 'rest-after' properties</h3>
710710 requires special considerations (e.g. interspersed audio cues, additive adjacent rests).
711711
712712 <dl dfn-type=value dfn-for="rest-before,rest-after">
713- <dt> <dfn><<time>></dfn>
713+ <dt> <dfn><<time [0s,∞] >></dfn>
714714 <dd>
715715 Expresses the rest in absolute time units (seconds and milliseconds, e.g. "+3s", "250ms").
716716 Only non-negative values are allowed.
@@ -1115,7 +1115,7 @@ The 'voice-rate' property</h3>
11151115
11161116 <pre class=propdef>
11171117 Name : voice-rate
1118- Value : [normal | x-slow | slow | medium | fast | x-fast] || <<percentage>>
1118+ Value : [normal | x-slow | slow | medium | fast | x-fast] || <<percentage [0,∞] >>
11191119 Initial : normal
11201120 Applies to : all elements
11211121 Inherited : yes
@@ -1147,7 +1147,7 @@ The 'voice-rate' property</h3>
11471147 For example, typical values for the English language are
11481148 (in words per minute) x-slow = 80, slow = 120, medium = between 180 and 200, fast = 500.
11491149
1150- <dt> <dfn><<percentage>></dfn>
1150+ <dt> <dfn><<percentage [0,∞] >></dfn>
11511151 <dd>
11521152 <p> Only non-negative [=percentage=] values are allowed.
11531153 This represents a change relative to the given keyword value (see enumeration above),
@@ -1539,7 +1539,7 @@ The 'voice-duration' property</h3>
15391539
15401540 <pre class=propdef>
15411541 Name : voice-duration
1542- Value : auto | <time>
1542+ Value : auto | <time [0s,∞] >
15431543 Initial : auto
15441544 Applies to : all elements
15451545 Inherited : no
@@ -1569,7 +1569,7 @@ The 'voice-duration' property</h3>
15691569 Resolves to a used value corresponding to the duration of the speech synthesis
15701570 when using the inherited 'voice-rate' .
15711571
1572- <dt> <dfn><<time>></dfn>
1572+ <dt> <dfn><<time [0s,∞] >></dfn>
15731573 <dd>
15741574 Specifies a value in absolute time units
15751575 (seconds and milliseconds, e.g. "+3s", "250ms").
0 commit comments