HTMLVideoElement.idl 94 B

12345
  1. interface HTMLVideoElement : HTMLMediaElement {
  2. [Reflect] attribute DOMString poster;
  3. }