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

interface HTMLDetailsElement : HTMLElement {

    [Reflect] attribute boolean open;

};