ladybird/Userland/Libraries/LibWeb/HTML/HTMLBRElement.idl
2022-02-16 22:48:32 +03:30

7 lines
118 B
Text

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