summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLBaseElement.idl
blob: 6e227d64b9863c7bac27035d36f7b55c3175a3e9 (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLBaseElement : HTMLElement {

    [Reflect] attribute DOMString target;

};