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

interface HTMLBaseElement : HTMLElement {

    [CEReactions] attribute USVString href;
    [Reflect] attribute DOMString target;

};