HTMLAreaElement.idl 94 B

12345
  1. interface HTMLAreaElement : HTMLElement {
  2. [Reflect=nohref] attribute boolean noHref;
  3. };