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
track
elements, then
loop
muted
controls
controlslist
[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
, andcontrolslist
apply to all media elements. They are defined in this section.