diff --git a/source b/source index f61387a437b..44ae9d936c4 100644 --- a/source +++ b/source @@ -30194,6 +30194,7 @@ interface HTMLParamElement : HTMLElement {
loop
muted
controls
+
controlslist
width
height
DOM interface:
@@ -30586,6 +30587,7 @@ zero or more track elements, then
loop
muted
controls
+
controlslist
DOM interface:
[HTMLConstructor, NamedConstructor=Audio(optional DOMString src)]
@@ -31033,6 +31035,8 @@ interface HTMLMediaElement : HTMLElement {
 
   // controls
   [CEReactions] attribute boolean controls;
+  [SameObject, PutForwards=value] readonly attribute
+      DOMTokenList controlsList;
   attribute double volume;
   attribute boolean muted;
   [CEReactions] attribute boolean defaultMuted;
@@ -31047,8 +31051,9 @@ interface HTMLMediaElement : HTMLElement {
   

The media element attributes, src, crossorigin, preload, autoplay, - loop, muted, and - controls, apply to all loop, muted, controls, and controlslist apply to all media elements. They are defined in this section.