HTMLVideoElement.idl 152 B

123456
  1. interface HTMLVideoElement : HTMLMediaElement {
  2. [Reflect] attribute DOMString poster;
  3. [Reflect=playsinline] attribute boolean playsInline;
  4. };