Re: Propose rename SpeechRecognitionResult.final to .isFinal

I've updated the errata with this renaming of final attribute to isFinal:
https://dvcs.w3.org/hg/speech-api/rev/50d562a71556

As always, the current errata is at:
http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi-errata.html

/Glen Shires



On Thu, Nov 29, 2012 at 7:42 AM, Glen Shires <gshires@google.com> wrote:

> 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 Saturday, 8 December 2012 00:00:02 UTC