Skip to content

Commit b99f0c7

Browse files
authored
[css-speech-1][editorial] Enforce positive <generic-voice> variant using range notation (#14124)
1 parent a3a7543 commit b99f0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-speech-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ The 'voice-family' property</h3>
942942
by specifying match criteria.
943943
See the <a href="#voice-selection">voice selection</a> section on this topic.
944944

945-
<dfn><<generic-voice>></dfn> = <<age>>? <<gender>> <<integer>>?
945+
<dfn><<generic-voice>></dfn> = <<age>>? <<gender>> <<integer [1,∞]>>?
946946

947947
Note: Although the functionality provided by this property is similar to
948948
the <a href="https://www.w3.org/TR/speech-synthesis11/#edef_voice"><code>voice</code> element</a>

0 commit comments

Comments
 (0)