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

interface HTMLMenuElement : HTMLElement {

    [Reflect] attribute boolean compact;

};