- From: Glen Shires <gshires@google.com>
- Date: Thu, 29 Nov 2012 07:42:06 -0800
- To: "public-speech-api@w3.org" <public-speech-api@w3.org>
Received on Thursday, 29 November 2012 15:43:14 UTC
SpeechRecognitionResult includes a "readonly attribute boolean final". [1] Unfortunately, "final" is a reserved word in JavaScript. Therefore I propose renaming it to "isFinal" and changing the IDL to: "readonly attribute boolean isFinal". If there's no disagreement, I'll add this to the errata next week. Thanks, Glen Shires [1] http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#dfn-final
Received on Thursday, 29 November 2012 15:43:14 UTC