HTMLBaseElement.idl 89 B

12345
  1. interface HTMLBaseElement : HTMLElement {
  2. [Reflect] attribute DOMString target;
  3. };