HTMLBaseElement.idl 165 B

12345678
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLBaseElement : HTMLElement {
  3. [CEReactions] attribute USVString href;
  4. [Reflect] attribute DOMString target;
  5. };