NEW 189600
Blocked autoplaying audio plays unexpectedly on visibilityState change
https://bugs.webkit.org/show_bug.cgi?id=189600
Summary Blocked autoplaying audio plays unexpectedly on visibilityState change
Jer Noble
Reported 2018-09-13 12:01:38 PDT
Created attachment 349687 [details] two-audio-element-autoplay.html On Mac Safari, when two media elements in a page both have "autoplay" attributes, and one element has its play() method called during a user gesture, the play restrictions for every media element in the page is lifted. The next time the "eligible for autoplay" check is made, the previously blocked element begins playing unexpectedly. This is fallout from our compatibility decision to unblock autoplay at a page level once one element is unblocked due to a user gesture.
Attachments
two-audio-element-autoplay.html (348 bytes, text/html)
2018-09-13 12:01 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2018-09-13 12:27:13 PDT
This affects <http://relay.fm/live>.
Radar WebKit Bug Importer
Comment 2 2018-09-13 12:27:54 PDT
Note You need to log in before you can comment on or make changes to this bug.