Web API Issue 8

F2F Agenda issues last issue next issue

Raised by: Satish in mail.

SpeechInputResult has a getter "item(index)". SpeechInputResultEvent has an array "SpeechInputResult[] results.

Discussion: Can we change both to be collections similar to http://www.w3.org/TR/FileAPI/#dfn-filelist (accessible via [] operator and optionally with a .item() method)?

Resolution: Agreed. We'll use collections through out.

next