HTMLAnchorElement.idl 297 B

12345678910
  1. interface HTMLAnchorElement : HTMLElement {
  2. [Reflect] attribute DOMString target;
  3. [Reflect] attribute DOMString download;
  4. [Reflect] attribute DOMString ping;
  5. [Reflect] attribute DOMString rel;
  6. [Reflect] attribute DOMString hreflang;
  7. [Reflect] attribute DOMString type;
  8. }