summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLOutputElement.idl
blob: 468da6cc092fe17dc5e11ccfec6ad051f6d72d59 (plain)
1
2
3
4
5
6
7
8
9
#import <HTML/HTMLElement.idl>

// https://html.spec.whatwg.org/multipage/form-elements.html#htmloutputelement
[Exposed=Window]
interface HTMLOutputElement : HTMLElement {

    readonly attribute DOMString type;

};