- Fixes due to changes in testharness.js: reinstate long timeout, load scripts using same protocol as parent file (http or https). default tip 2015-02-20, by Glen Shires
- Conformance Tests from lists.w3.org/Archives/Public/public-speech-api/2012Dec/0001.html 2015-02-20, by Glen Shires
- Errata E16 (Example 3: event.resultIndex) 2014-06-06, by Glen Shires
- Moved link to Editors Draft with Errata applied. 2014-03-30, by Glen Shires
- Added whitespace for consistent indentations in Section 5.2 2014-03-30, by Glen Shires
- Updated errata with link to Editors Draft with Errata applied. 2014-03-30, by Glen Shires
- Applied all errata to date (E01-E15). 2014-03-30, by Glen Shires
- Updated Copyright and Boilerplate for CLA Editors Draft. 2014-03-30, by Glen Shires
- Copy of Web Speech API Specification 19 October 2012. 2014-03-30, by Glen Shires
- Errata E13 ("hierarchy" typos), E14 (recognition lost focus) and E15 (order of events) 2013-11-06, by Glen Shires
- Errata E11 (EventHandler onvoiceschanged) and E12 (SpeechSynthesisErrorEvent). 2013-10-17, by Glen Shires
- Errata E09 (example "new" SpeechSynthesisUtterance) and E10 (SpeechSynthesis object takes exclusive ownership). 2013-09-24, by Glen Shires
- Errata E08 Important (interface SpeechSynthesis should be EventTarget). 2013-03-22, by Glen Shires
- Errata E06 (delete E04) and E07 Important (attribute SpeechSynthesisVoice voice). 2013-02-25, by Glen Shires
- Fixed CSS stylesheet link by removing http: prefix so it works with https as well. 2013-02-04, by Glen Shires
- Errata E03 and E04 Important: use sequence instead of SpeechRecognitionResultList and SpeechSynthesisVoiceList 2013-02-04, by Glen Shires
- Errata E03 Important: SpeechRecognitionEvent: emma attribute 2013-02-04, by Glen Shires
- Fixed CSS stylesheet link by removing http: prefix so it works with https as well. 2013-01-14, by Glen Shires
- Errata E02 Important: Rename final attribute to isFinal 2012-12-07, by Glen Shires
- Added E01 Clarification Section 6.1 Example 4: recognition.interimResults 2012-11-30, by Glen Shires
- Updated Copyright and Boilerplate for FSA. Removed sentence "This document is intended to be...". 2012-10-19, by Glen Shires
- Changed title to "Web Speech API". Moved paragraph in Abstract to Introduction. Moved "Temporal..Feedback" Use Case to supported list. Updated References with new WebIDL URL. 2012-10-18, by Glen Shires
- Added EventTarget to SpeechSynthesisUtterance. Changed Functions to EventHandlers. Clarified "MUST use the SpeechSynthesisEvent interface". Added hotlinks to event definitions. 2012-10-16, by Glen Shires
- Removed static from SpeechSynthesis interface. Changed speak method to not copy utterance. Fixed Speech Synthesis Example 2. 2012-10-16, by Glen Shires
- Added names under Acknowledgments section. 2012-10-12, by Glen Shires
- Added onerror event to SpeechSynthesisUtterance. 2012-10-12, by Glen Shires
- Minor wording changes to add clarity: result and nomatch event, stop method, consistent headings. 2012-10-12, by Glen Shires
- Updated Examples section and added 3 new speech recognition examples. 2012-10-10, by Glen Shires
- Removed the error code "other". 2012-10-10, by Glen Shires
- Split onupdate event into onmark and onboundary events. 2012-10-08, by Glen Shires
- Changed SpeechRecognitionError to use enum instead of const 2012-10-08, by Glen Shires
- Added SpeechSynthesisEvent to replace multiple callback params, updated TTS Example 2 to use it. 2012-10-08, by Glen Shires
- Fixed typos: consistent lower-case "user agent" 2012-10-06, by Glen Shires
- Fixed typos: consistent spacing in TOC, consistent lower-case "user agent", add "/" suffix to URLs in References section. 2012-10-05, by Glen Shires
- Updated definition of EMMA. 2012-10-05, by Glen Shires
- Added volume, rate, pitch attributes and getVoices method which returns SpeechSynthesisVoiceList. 2012-10-05, by Glen Shires
- Added SpeechSynthesisCallback definitions and SSML option for text and mark. 2012-10-04, by Glen Shires
- Added attribute SpeechSynthesisMarkerCallback onmarker, added utterance param to speak(). 2012-10-01, by Glen Shires
- Added link for text attribute in SpeechSynthesisUtterance Constructor. 2012-09-19, by Glen Shires
- Added onresume event, renamed continue method as resume 2012-09-19, by Glen Shires
- Moved WebRTC editor note from SpeechSynthesisUtterance.serviceURI to SpeechRecognition.serviceURI 2012-09-18, by Glen Shires
- Italicize all Editor notes. 2012-09-18, by Glen Shires
- Added Editor note for open issues: grammar formats, confidence and WebRTC. 2012-09-18, by Glen Shires
- Clarified references to "SpeechSynthesis object" to "global SpeechSynthesis instance". 2012-09-18, by Glen Shires
- Updated definition of BAD_GRAMMAR to include semantic tags. 2012-09-17, by Glen Shires
- Updated SpeechSynthesis and SpeechSynthesisUtterance IDL and definitions. 2012-09-17, by Glen Shires
- Added to definition of interpretation the options being discussed when no interpretation. 2012-09-13, by Glen Shires
- Updated SpeechSynthesis IDL and Examples 2012-09-11, by Glen Shires
- Clarified resultIndex definition by removing continuous false -> 0 sentence. 2012-09-11, by Glen Shires
- resultIndex attribute changed from "short" to "unsigned long". 2012-09-10, by Glen Shires
- Added interimResults attribute and definition. 2012-09-07, by Glen Shires
- Clarify definition of continuous and of interim/final result. 2012-09-07, by Glen Shires
- Added reference [1] to HTML Speech Incubator Group Final Report. 2012-09-05, by Glen Shires
- InvalidStateError was not properly capitalized. 2012-09-04, by Glen Shires
- Moved interpretation and emma attributes to SpeechRecognitionEvent. 2012-09-04, by Glen Shires
- Added to definition of transcript the need for leading or trailing whitespace. 2012-09-04, by Glen Shires
- Renamed resultHistory to results and modified definition. Modified resultIndex definition. Removed result attribute and resultdeleted event. 2012-08-27, by Glen Shires
- update date 2012-06-21, by Hans Wennborg
- events do not bubble and are not cancelable 2012-06-21, by Hans Wennborg
- update date 2012-06-20, by Hans Wennborg
- maxNBest -> maxAlternatives and make it unsigned long 2012-06-20, by Hans Wennborg
- Added Copyright and Boilerplate per http://www.w3.org/community/reports/reqs/ 2012-06-13, by Glen Shires
- Update date 2012-06-12, by Hans Wennborg
- Add emma attribute to SpeechRecognitionResult. 2012-06-12, by Hans Wennborg
- remove setCustomparameter; these parameters can set in the serviceUri instead 2012-05-25, by Hans Wennborg
- update the date 2012-05-25, by Hans Wennborg
- specify behavior for start() on already started request, etc. 2012-05-25, by Hans Wennborg
- The 'abort' method description was confusing the abort and stop methods. 2012-05-25, by Hans Wennborg
- Remove reference to 'open' method, and 'open' event. 2012-05-25, by Hans Wennborg
- Bump date. 2012-05-17, by Hans Wennborg
- Make SpeechRecognitionError an Event, and remove SpeechRecognitionEvent.error. 2012-05-17, by Hans Wennborg
- Add description of the `error' attribute in `SpeechRecognitionEvent' 2012-05-16, by Hans Wennborg
- Fix broken link. 2012-05-16, by Hans Wennborg
- Changed date to 9 May 2012 2012-05-09, by Glen Shires
- Added: maxNBest, serviceURI, setCustomParameter and SpeechParameterList 2012-05-09, by Glen Shires
- Remove paragraph: "API proposal to the WEBAPPS WG ..." 2012-04-12, by Hans Wennborg
- Add the spec. 2012-04-12, by Hans Wennborg