[Webkit-unassigned] [Bug 200433] New: <video> element requires Javascript to play

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 02:06:15 PDT 2019


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

            Bug ID: 200433
           Summary: <video> element requires Javascript to play
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: macOS 10.14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: offbeatmammal at gmail.com

unlike Chrome/Edge/Firefox, if a user has disabled JavaScript in Safari they are unable to play video - the poster appears with a play button over the content (but no other controls), but the button cannot be clicked.

<html>
<body>
<video controls muted>
<source src="https://www.w3schools.com/html/mov_bbb.mp4">
</video>
</body>
</html>

-- 
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/20190805/243a893a/attachment-0001.html>


More information about the webkit-unassigned mailing list