-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timing of SpeechSynthesisUtterance events firing not defined #40
Comments
foolip
added a commit
to web-platform-tests/wpt
that referenced
this issue
Sep 13, 2018
see #39 |
foolip
added a commit
to web-platform-tests/wpt
that referenced
this issue
Sep 14, 2018
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Sep 18, 2018
…d resume(), a=testonly Automatic update from web-platform-testsAdd tests for SpeechSynthesis pause() and resume() (#12992) For https://bugs.chromium.org/p/chromium/issues/detail?id=679043 Spec bugs: WebAudio/web-speech-api#39 WebAudio/web-speech-api#40 -- wpt-commits: d85043d2c674aef5a8939c18454c683f82eaab2c wpt-pr: 12992
jankeromnes
pushed a commit
to jankeromnes/gecko
that referenced
this issue
Sep 19, 2018
…d resume(), a=testonly Automatic update from web-platform-testsAdd tests for SpeechSynthesis pause() and resume() (#12992) For https://bugs.chromium.org/p/chromium/issues/detail?id=679043 Spec bugs: WebAudio/web-speech-api#39 WebAudio/web-speech-api#40 -- wpt-commits: d85043d2c674aef5a8939c18454c683f82eaab2c wpt-pr: 12992
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 3, 2019
…d resume(), a=testonly Automatic update from web-platform-testsAdd tests for SpeechSynthesis pause() and resume() (#12992) For https://bugs.chromium.org/p/chromium/issues/detail?id=679043 Spec bugs: WebAudio/web-speech-api#39 WebAudio/web-speech-api#40 -- wpt-commits: d85043d2c674aef5a8939c18454c683f82eaab2c wpt-pr: 12992 UltraBlame original commit: 4b9326fa29a486e29995cf8fa19ac7172b811ad5
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 3, 2019
…d resume(), a=testonly Automatic update from web-platform-testsAdd tests for SpeechSynthesis pause() and resume() (#12992) For https://bugs.chromium.org/p/chromium/issues/detail?id=679043 Spec bugs: WebAudio/web-speech-api#39 WebAudio/web-speech-api#40 -- wpt-commits: d85043d2c674aef5a8939c18454c683f82eaab2c wpt-pr: 12992 UltraBlame original commit: 4b9326fa29a486e29995cf8fa19ac7172b811ad5
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 3, 2019
…d resume(), a=testonly Automatic update from web-platform-testsAdd tests for SpeechSynthesis pause() and resume() (#12992) For https://bugs.chromium.org/p/chromium/issues/detail?id=679043 Spec bugs: WebAudio/web-speech-api#39 WebAudio/web-speech-api#40 -- wpt-commits: d85043d2c674aef5a8939c18454c683f82eaab2c wpt-pr: 12992 UltraBlame original commit: 4b9326fa29a486e29995cf8fa19ac7172b811ad5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://w3c.github.io/speech-api/#utterance-events
These descriptions don't describe precisely when the events fire compared to when
speak()
,pause()
,resume()
orcancel()
are fired. This makes it impossible to write a detailed test for those methods based on the spec.I needed this to write a test for https://bugs.chromium.org/p/chromium/issues/detail?id=679043.
The text was updated successfully, but these errors were encountered: