WICG / speech-api

Web Speech API
https://wicg.github.io/speech-api/
145 stars 30 forks source link

Precisely define when speak() should fail due to autoplay rules #35

Open csharrison opened 6 years ago

csharrison commented 6 years ago

Currently, Chrome's autoplay policy allows an element to play if the caller frame or any of its parents have receive user activation since their last load.

See https://github.com/w3c/speech-api/issues/27 for a more general discussion of expanding this spec to disallow speak().

foolip commented 6 years ago

See https://github.com/w3c/speech-api/pull/28#issuecomment-411899248 for possible path forward by @mounirlamouri.