[Webkit-unassigned] [Bug 191745] Web Speech API: `speechSynthesis.clear()` removes utterances from following `speechSynthesis.speak(...)` as well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 23:42:03 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=191745

--- Comment #4 from chris fleizach <cfleizach at apple.com> ---
(In reply to chris fleizach from comment #3)
> (In reply to Giovanni Piller Cottrer from comment #1)
> > As reference, this doesn't happen on:
> > - Chrome 70.0.3538.102
> > - Firefox 63.0.1
> 
> yea seems like we're not honoring this
> 
> " If it is not paused and no other utterances are in the queue, then this
> utterance is spoken immediately, else this utterance is queued to begin
> speaking after the other utterances in the queue have been spoken"
> 
> https://w3c.github.io/speech-api/speechapi.html#tts-attributes

NSSpeechSynthesizer doesn't do any queuing by default, so we're getting bit by that

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181119/60fd89d7/attachment.html>


More information about the webkit-unassigned mailing list