HTMLSourceElement.idl 284 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLSourceElement : HTMLElement {
  3. [Reflect] attribute DOMString src;
  4. [Reflect] attribute DOMString type;
  5. [Reflect] attribute DOMString srcset;
  6. [Reflect] attribute DOMString sizes;
  7. [Reflect] attribute DOMString media;
  8. };