Skip to content
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

Bubbling model for SpeechSynthesisUtterance #103

Closed
dontcallmedom opened this issue Jul 5, 2022 · 1 comment · Fixed by #104
Closed

Bubbling model for SpeechSynthesisUtterance #103

dontcallmedom opened this issue Jul 5, 2022 · 1 comment · Fixed by #104

Comments

@dontcallmedom
Copy link

The spec states that

[SpeechSynthesisUtterance Events] bubble up to SpeechSynthesis
https://wicg.github.io/speech-api/#utterance-events

Is that actually implemented anywhere? if so, the spec should describe the get the parent relationship between utterances on the parent SpeechSynthesis, and the relevant on… event handlers should be added to the SpeechSynthesis interface.

If not, the spec should remove that mention.

@foolip
Copy link
Member

foolip commented Jul 5, 2022

From quick testing in Chromium, the "start" event at least does not bubble, and additionally event.composedPath() is the empty array, so there must be no "get the parent" implementation for SpeechSynthesisUtterance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants