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

    readonly attribute DOMString type;

}