- From: Glen Shires <gshires@google.com>
- Date: Fri, 6 Jun 2014 16:41:05 -0700
- To: Eliot Sykes <e@jetbootlabs.com>, "public-speech-api@w3.org" <public-speech-api@w3.org>
Received on Friday, 6 June 2014 23:43:00 UTC
I've updated the errata with this change (E16). As always, the current errata is at: https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi-errata.html And the draft of the Web Speech API Specification updated with this errata is at: https://dvcs.w3.org/hg/speech-api/raw-file/tip/webspeechapi.html On Thu, May 8, 2014 at 9:41 AM, Glen Shires <gshires@google.com> wrote: > Eliot, > You are correct. Thank you for pointing this out. > > Therefore, I propose the following errata: > > Section 6.1 Speech Recognition Examples: Example 3: > "resultIndex" should be "event.resultIndex". > > If there's no disagreement, I'll add this to the errata page on May 30. > > Glen Shires > > > On Tue, Apr 22, 2014 at 9:28 AM, Eliot Sykes <e@jetbootlabs.com> wrote: > >> Hi, >> >> I think there's a minor error in example 3 of >> https://dvcs.w3.org/hg/speech-api/raw-file/tip/webspeechapi.html >> >> I believe the following line: >> >> for (var i = resultIndex; i < event.results.length; ++i) { >> >> should read: >> >> for (var i = event.resultIndex; i < event.results.length; ++i) { >> >> Kind regards, >> >> Eliot Sykes >> >> >> >> >> >
Received on Friday, 6 June 2014 23:43:00 UTC