summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLBaseElement.idl
blob: 868e4a84a48dc0403641fa9e3d0d2f4652f964a3 (plain)
1
2
3
4
5
interface HTMLBaseElement : HTMLElement {

    [Reflect] attribute DOMString target;

};