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

interface HTMLDirectoryElement : HTMLElement {

    [Reflect] attribute boolean compact;

};