Remove SpeechSynthesisVoiceList completely on 2014 Editor's Draft

Hello,

https://dvcs.w3.org/hg/speech-api/raw-file/tip/webspeechapi.html

This Editor’s Draft still has 3 occurrence of SpeechSynthesisVoiceList which is now undefined. Specifically, 5.2 IDL, 5.2.2 getVoices(), and 5.2.2.1 still refers it.

```webidl
sequence<SpeechSynthesisVoiceList> getVoices();
// should be sequence<SpeechSynthesisVoice>, someone just wrapped it by sequence<>
```

I will be happy to see this fixed :D

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

Received on Sunday, 30 April 2017 18:08:59 UTC