The SpeechRecognition.maxNBest attribute

Hi all,

The spec draft currently says:

  attribute integer maxNBest;

I don't think "integer" is actually a WebIDL type [1]. I guess
negative values wouldn't be allowed(?), so how about we make it an
"unsigned short"? Also, do we want specify any special values, e.g.
"maxNBest = 0 means return all results"?

Thanks,
Hans

[1] http://www.w3.org/TR/WebIDL/#idl-types

Received on Tuesday, 19 June 2012 10:31:58 UTC