Project

General

Profile

Actions

Bug #85233

closed

New autoplay/allowfullscreen attributes for Chrome browser

Added by Frans Saris over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2018-06-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

<!-- Autoplay is allowed. -->
<iframe src="https://cross-origin.com/myvideo.html" allow="autoplay">

<!-- Autoplay and Fullscreen are allowed. -->
<iframe src="https://cross-origin.com/myvideo.html" allow="autoplay; fullscreen">

The VimeoRenderer and YouTubeRenderer need to be adjusted so these new values are added

Actions

Also available in: Atom PDF