HTMLAnchorElement.idl 503 B

12345678910111213141516
  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. [Reflect] attribute DOMString coords;
  9. [Reflect] attribute DOMString charset;
  10. [Reflect] attribute DOMString name;
  11. [Reflect] attribute DOMString rev;
  12. [Reflect] attribute DOMString shape;
  13. }