Skip to content

Commit 77acc9f

Browse files
cdoublevfantasai
authored andcommitted
[css-speech] Enforce positive absolute frequency in voice-pitch and voice-range
1 parent f7ee3a8 commit 77acc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-speech-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ The 'voice-pitch' property</h3>
12011201

12021202
<pre class=propdef>
12031203
Name: voice-pitch
1204-
Value: <<frequency>> && absolute | [[x-low | low | medium | high | x-high] || [<<frequency>> | <<semitones>> | <<percentage>>]]
1204+
Value: <<frequency [0Hz,∞]>> && absolute | [[x-low | low | medium | high | x-high] || [<<frequency>> | <<semitones>> | <<percentage>>]]
12051205
Initial: medium
12061206
Applies to: all elements
12071207
Inherited: yes
@@ -1313,7 +1313,7 @@ The 'voice-range' property</h3>
13131313

13141314
<pre class=propdef>
13151315
Name: voice-range
1316-
Value: <<frequency>> && absolute | [[x-low | low | medium | high | x-high] || [<<frequency>> | <<semitones>> | <<percentage>>]]
1316+
Value: <<frequency [0Hz,∞]>> && absolute | [[x-low | low | medium | high | x-high] || [<<frequency>> | <<semitones>> | <<percentage>>]]
13171317
Initial: medium
13181318
Applies to: all elements
13191319
Inherited: yes

0 commit comments

Comments
 (0)