[Webkit-unassigned] [Bug 189600] New: Blocked autoplaying audio plays unexpectedly on visibilityState change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 12:01:38 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=189600

            Bug ID: 189600
           Summary: Blocked autoplaying audio plays unexpectedly on
                    visibilityState change
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jer.noble at apple.com

Created attachment 349687

  --> https://bugs.webkit.org/attachment.cgi?id=349687&action=review

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180913/4a8b76a3/attachment.html>


More information about the webkit-unassigned mailing list