HTMLSourceElement.idl 252 B

123456789
  1. interface HTMLSourceElement : HTMLElement {
  2. [Reflect] attribute DOMString src;
  3. [Reflect] attribute DOMString type;
  4. [Reflect] attribute DOMString srcset;
  5. [Reflect] attribute DOMString sizes;
  6. [Reflect] attribute DOMString media;
  7. };