summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLOutputElement.idl
blob: 94c45e99f3daedb0192b315f5adff433249e57ef (plain)
1
2
3
4
5
interface HTMLOutputElement : HTMLElement {

    readonly attribute DOMString type;

};