Summary: | SpeechSynthesis should honor audioPlaybackRequiresUserGesture setting on iOS | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> | ||||||
Component: | Accessibility | Assignee: | Timothy Hatcher <timothy> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | cfleizach, jcraig, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Local Build | ||||||||
Hardware: | iPhone / iPad | ||||||||
OS: | iOS 14 | ||||||||
Attachments: |
|
Description
Timothy Hatcher
2021-03-18 12:57:02 PDT
Created attachment 423638 [details]
Patch
Created attachment 423641 [details]
Patch
Comment on attachment 423641 [details]
Patch
Do we have to worry about that setting changing after document load?
Comment on attachment 423641 [details]
Patch
Do we have to worry about that setting changing after document load?
(In reply to chris fleizach from comment #5) > Comment on attachment 423641 [details] > Patch > > Do we have to worry about that setting changing after document load? None of the other places that use this setting worry about that. Also this is checked at time of SpeechSynthesis creation, so any changes before that will be picked up. Committed r274678: <https://commits.webkit.org/r274678> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423641 [details]. |