summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLAreaElement.idl
blob: 7cd0058305dfbc6a9e85a1624e184505b4ad3fc3 (plain)
1
2
3
4
5
interface HTMLAreaElement : HTMLElement {

    [Reflect=nohref] attribute boolean noHref;

};