ladybird/Libraries/LibWeb/HTML/HTMLBRElement.idl

10 lines
225 B
Text
Raw Normal View History

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