- From: Glen Shires <gshires@google.com>
- Date: Wed, 16 Nov 2016 15:19:41 -0800
- To: Eitan Isaacson <eisaacson@mozilla.com>
- Cc: "Jerry Smith (WPT)" <jdsmith@microsoft.com>, Dominic Mazzoni <dmazzoni@google.com>, "public-speech-api@w3.org" <public-speech-api@w3.org>
On Wed, Nov 16, 2016 at 2:42 PM, Eitan Isaacson <eisaacson@mozilla.com> wrote: > > > > On Wed, Nov 16, 2016 at 1:32 PM, Glen Shires <gshires@google.com> wrote: >> >> The user >> agent must return this value if the speech synthesis engine supports >> it or the user agent can otherwise determine it, otherwise the user >> agent must return undefined. > > > How does that actually work? Shouldn't charLength be a nullable type? s/undefined/null/ > > And: > readonly attribute unsigned long? charLength; charIndex is also an unsigned long and undefined if the speech synthesis engine doesn't support it. Is there a specific problem with this that you see?
Received on Wednesday, 16 November 2016 23:24:13 UTC