This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 30009 - Remove remaining references to "SpeechSynthesisVoiceList"
Summary: Remove remaining references to "SpeechSynthesisVoiceList"
Status: RESOLVED MOVED
Alias: None
Product: Speech API
Classification: Unclassified
Component: Speech API (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Glen Shires
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-17 12:45 UTC by Philip Jägenstedt
Modified: 2018-09-15 18:35 UTC (History)
0 users

See Also:


Attachments

Description Philip Jägenstedt 2016-11-17 12:45:57 UTC
It looks like some changes were made in bug 23737.

A few instances of "SpeechSynthesisVoiceList" remain. In the IDL it should be " sequence<SpeechSynthesisVoice> getVoices()" and in the prose it needs to say things about the sequence of SpeechSynthesisVoice objects instead.
Comment 1 Philip Jägenstedt 2016-11-18 14:06:46 UTC
Suggested errata:
"Section 5.2 Replace SpeechSynthesisVoiceList with SpeechSynthesisVoice (typo)"
"Section 5.2 Clarify the getVoices return value (not a SpeechSynthesisVoiceList)"
Comment 2 Philip Jägenstedt 2018-06-13 10:18:35 UTC
Remaining usage discussed in https://github.com/w3c/speech-api/issues/12.
Comment 3 Philip Jägenstedt 2018-09-15 18:35:23 UTC
Actually, that wasn't the same. Filed https://github.com/w3c/speech-api/issues/42.