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

    [Reflect] attribute boolean open;

};