HTMLBRElement.idl 257 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/semantics.html#htmlbrelement
  3. [Exposed=Window]
  4. interface HTMLBRElement : HTMLElement {
  5. [HTMLConstructor] constructor();
  6. [CEReactions, Reflect] attribute DOMString clear;
  7. };