Commit a7d64e7c authored by Becca Hughes's avatar Becca Hughes Committed by Chromium LUCI CQ

[Autoplay] Update autoplay.md

Update the autoplay documentation to reference the policy.

BUG=1152627

Change-Id: I29ff788463b4db88389cb87a2c23de9d1f6580fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622662
Auto-Submit: Becca Hughes <beccahughes@chromium.org>
Commit-Queue: Tommy Steimel <steimel@chromium.org>
Reviewed-by: default avatarTommy Steimel <steimel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842253}
parent 768d6bb7
# Autoplay of HTMLMediaElements # Autoplay of HTMLMediaElements
Autoplay is the concept of playing media elements without user gesture. On Autoplay is the concept of playing media elements without user gesture. The
desktop, autoplay is always allowed. On mobile, only muted video elements are policy that defines when autoplay is allowed is defined [here](https://www.chromium.org/audio-video/autoplay).
allowed to autoplay. The autoplay logic follows The autoplay logic follows the
the
[HTML spec](https://html.spec.whatwg.org/multipage/embedded-content.html#media-elements). [HTML spec](https://html.spec.whatwg.org/multipage/embedded-content.html#media-elements).
There are two ways of initiating autoplay: There are two ways of initiating autoplay:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment