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

    [Reflect] attribute boolean compact;

};