HTMLMediaElement.idl 211 B

12345678910
  1. interface HTMLMediaElement : HTMLElement {
  2. [Reflect] attribute DOMString src;
  3. [Reflect] attribute boolean autoplay;
  4. [Reflect] attribute boolean loop;
  5. [Reflect] attribute boolean controls;
  6. };