Skip to content

Commit

Permalink
[css-speech] Enforce positive absolute frequency in voice-pitch and v…
Browse files Browse the repository at this point in the history
…oice-range
  • Loading branch information
cdoublev authored and fantasai committed Nov 20, 2023
1 parent f7ee3a8 commit 77acc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-speech-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ The 'voice-pitch' property</h3>

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

<pre class=propdef>
Name: voice-range
Value: <<frequency>> && absolute | [[x-low | low | medium | high | x-high] || [<<frequency>> | <<semitones>> | <<percentage>>]]
Value: <<frequency [0Hz,∞]>> && absolute | [[x-low | low | medium | high | x-high] || [<<frequency>> | <<semitones>> | <<percentage>>]]
Initial: medium
Applies to: all elements
Inherited: yes
Expand Down

0 comments on commit 77acc9f

Please sign in to comment.