Contact emails
zqz...@chromium.org, mlam...@chromium.org
Spec
A pull request to the HTML spec change is here:
https://github.com/whatwg/html/pull/2324
Summary
On Android, muted videos with autoplay attribute will start autoplay when they become visible. The change of behavior is to interrupt autoplay when they become invisible. This will only apply to videos with an autoplay attribute, which are started when visible.
Motivation
The motivation is to reduce the power usage. An extreme case is when a infinite scrolling page has a lot of muted videos with autoplay attribute. Before this change, we will continue decoding these videos even when they come off the viewport.
Interoperability and Compatibility risk
This only apply to videos that are declared as autoplay but not videos that start playing with play(). We are already delaying the playing until the video is visible. Finally, it has launched on Safari iOS.
Firefox: No public signals
Edge: No public signals
Safari: Shipped
Web developers: No signals (anecdotally, we were asked for this by a developer at BlinkOn)
Ongoing technical constraints
None
Will this feature be supported on all six Blink platforms (Windows, Mac, Linux,
Chrome OS, Android, and Android WebView)?
No. This feature is Android only (including WebView).
OWP launch tracking bug
https://crbug.com/690468
Link to entry on the Chrome Platform Status
https://www.chromestatus.com/features/5651339115757568
Requesting approval to ship?
Yes
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.