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

interface HTMLOutputElement : HTMLElement {

    readonly attribute DOMString type;

};