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