Bug 200433 - <video> element requires Javascript to play
Summary: <video> element requires Javascript to play
Status: RESOLVED DUPLICATE of bug 178040
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified macOS 10.14
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-05 02:06 PDT by Offbeatmammal
Modified: 2019-08-05 21:09 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Offbeatmammal 2019-08-05 02:06:15 PDT
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>
Comment 1 Alexey Proskuryakov 2019-08-05 21:09:55 PDT

*** This bug has been marked as a duplicate of bug 178040 ***