summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLBRElement.idl
blob: c8ee3e7e3873fb1a58a4fab332627216bcec2856 (plain)
1
2
3
4
5
interface HTMLBRElement : HTMLElement {

    [Reflect] attribute DOMString clear;

}