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

    [Reflect] attribute boolean open;

};