ladybird/Userland/Libraries/LibWeb/HTML/HTMLBRElement.idl

12 lines
280 B
Text
Raw Normal View History

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