HTMLLinkElement.idl 579 B

1234567891011121314151617
  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. [Reflect] attribute boolean disabled;
  11. [Reflect] attribute DOMString charset;
  12. [Reflect] attribute DOMString rev;
  13. [Reflect] attribute DOMString target;
  14. };