@@ -568,7 +568,7 @@ The 'pause-before' and 'pause-after' properties</h3>
568568
569569 <pre class=propdef>
570570 Name : pause-before, pause-after
571- Value : <time> | none | x-weak | weak | medium | strong | x-strong
571+ Value : <time [0s,∞] > | none | x-weak | weak | medium | strong | x-strong
572572 Initial : none
573573 Applies to : all elements
574574 Inherited : no
@@ -589,7 +589,7 @@ The 'pause-before' and 'pause-after' properties</h3>
589589 requires special considerations (e.g. <a href="#collapsed-pauses">"collapsed" pauses</a> ).
590590
591591 <dl dfn-type=value dfn-for="pause-before,pause-after">
592- <dt> <dfn><<time>></dfn>
592+ <dt> <dfn><<time [0s,∞] >></dfn>
593593 <dd>
594594 Expresses the pause in absolute time units
595595 (seconds and milliseconds, e.g. "+3s", "250ms").
@@ -687,7 +687,7 @@ The 'rest-before' and 'rest-after' properties</h3>
687687
688688 <pre class=propdef>
689689 Name : rest-before, rest-after
690- Value : <<time>> | none | x-weak | weak | medium | strong | x-strong
690+ Value : <<time [0s,∞] >> | none | x-weak | weak | medium | strong | x-strong
691691 Initial : none
692692 Applies to : all elements
693693 Inherited : no
@@ -706,7 +706,7 @@ The 'rest-before' and 'rest-after' properties</h3>
706706 requires special considerations (e.g. interspersed audio cues, additive adjacent rests).
707707
708708 <dl dfn-type=value dfn-for="rest-before,rest-after">
709- <dt> <dfn><<time>></dfn>
709+ <dt> <dfn><<time [0s,∞] >></dfn>
710710 <dd>
711711 Expresses the rest in absolute time units (seconds and milliseconds, e.g. "+3s", "250ms").
712712 Only non-negative values are allowed.
@@ -1111,7 +1111,7 @@ The 'voice-rate' property</h3>
11111111
11121112 <pre class=propdef>
11131113 Name : voice-rate
1114- Value : [normal | x-slow | slow | medium | fast | x-fast] || <<percentage>>
1114+ Value : [normal | x-slow | slow | medium | fast | x-fast] || <<percentage [0,∞] >>
11151115 Initial : normal
11161116 Applies to : all elements
11171117 Inherited : yes
@@ -1143,7 +1143,7 @@ The 'voice-rate' property</h3>
11431143 For example, typical values for the English language are
11441144 (in words per minute) x-slow = 80, slow = 120, medium = between 180 and 200, fast = 500.
11451145
1146- <dt> <dfn><<percentage>></dfn>
1146+ <dt> <dfn><<percentage [0,∞] >></dfn>
11471147 <dd>
11481148 <p> Only non-negative [=percentage=] values are allowed.
11491149 This represents a change relative to the given keyword value (see enumeration above),
@@ -1535,7 +1535,7 @@ The 'voice-duration' property</h3>
15351535
15361536 <pre class=propdef>
15371537 Name : voice-duration
1538- Value : auto | <time>
1538+ Value : auto | <time [0s,∞] >
15391539 Initial : auto
15401540 Applies to : all elements
15411541 Inherited : no
@@ -1565,7 +1565,7 @@ The 'voice-duration' property</h3>
15651565 Resolves to a used value corresponding to the duration of the speech synthesis
15661566 when using the inherited 'voice-rate' .
15671567
1568- <dt> <dfn><<time>></dfn>
1568+ <dt> <dfn><<time [0s,∞] >></dfn>
15691569 <dd>
15701570 Specifies a value in absolute time units
15711571 (seconds and milliseconds, e.g. "+3s", "250ms").
0 commit comments