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

interface HTMLDialogElement : HTMLElement {

    [Reflect] attribute boolean open;

};