HTMLBRElement.idl 118 B

1234567
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLBRElement : HTMLElement {
  3. [Reflect] attribute DOMString clear;
  4. };