From e0129ad73ba23bce47706c04a81a33a399139e0f Mon Sep 17 00:00:00 2001 From: Brian Gradin Date: Tue, 20 Nov 2018 09:13:47 -0800 Subject: [PATCH] Adds `controls` attribute to final controlsList media sample The final sample on the controlsList samples page is missing the `controls` attribute, so you can't see the controls. --- media/controlslist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/controlslist.html b/media/controlslist.html index 372d3b1558..47ab91f838 100755 --- a/media/controlslist.html +++ b/media/controlslist.html @@ -52,6 +52,6 @@

Background

<video controls controlsList="nodownload nofullscreen noremoteplayback">
- +
<video controlsList="nodownload nofullscreen noremoteplayback">