[Webkit-unassigned] [Bug 175748] Autoplay Muted Videos Don't Play When Outside Viewport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 18 18:02:29 PDT 2017


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

--- Comment #3 from Jer Noble <jer.noble at apple.com> ---
Aha, we set the PlatformMediaSession's state to Autoplaying inside prepareForLoad(), which also sets the m_autoplaying flag to true (as specified in the "media element load algorithm" section of the HTML spec.  But the autoplaying flag is initially true (as specified in just before same), so we should probably notify the client that we're autoplaying on HTMLMediaElement creation.

-- 
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/20170819/68642f22/attachment.html>


More information about the webkit-unassigned mailing list