summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLAnchorElement.idl
blob: db905a0d67c38fbefe672dabb23216af2e9a09b6 (plain)
1
2
3
4
5
6
7
8
9
10
interface HTMLAnchorElement : HTMLElement {

    [Reflect] attribute DOMString target;
    [Reflect] attribute DOMString download;
    [Reflect] attribute DOMString ping;
    [Reflect] attribute DOMString rel;
    [Reflect] attribute DOMString hreflang;
    [Reflect] attribute DOMString type;

}