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

    [Reflect] attribute DOMString target;

}