diff --git a/data/standards/WEBSPEECH.json b/data/standards/WEBSPEECH.json new file mode 100644 index 0000000..403cdbe --- /dev/null +++ b/data/standards/WEBSPEECH.json @@ -0,0 +1,21 @@ +{ + "info": { + "name": "Web Speech API Specification", + "subsection_number": null, + "subsection_name": null, + "url": "https://w3c.github.io/speech-api/webspeechapi.html" + }, + "features": [ + "webkitSpeechRecognition.prototype.start", + "webkitSpeechRecognition.prototype.stop", + "webkitSpeechRecognition.prototype.abort", + "webkitSpeechGrammarList.prototype.item", + "webkitSpeechGrammarList.prototype.addFromString", + "webkitSpeechGrammarList.prototype.addFromUri", + "speechSynthesis.speak", + "speechSynthesis.cancel", + "speechSynthesis.pause", + "speechSynthesis.resume", + "speechSynthesis.getVoices" + ] + } \ No newline at end of file