HTMLLinkElement.idl 411 B

123456789101112
  1. interface HTMLLinkElement : HTMLElement {
  2. [Reflect] attribute DOMString href;
  3. [Reflect] attribute DOMString hreflang;
  4. [Reflect] attribute DOMString integrity;
  5. [Reflect] attribute DOMString media;
  6. [Reflect] attribute DOMString rel;
  7. [Reflect] attribute DOMString type;
  8. [Reflect=imagesrcset] attribute DOMString imageSrcset;
  9. [Reflect=imagesizes] attribute DOMString imageSizes;
  10. }