ladybird/Libraries/LibWeb/HTML/HTMLOutputElement.idl

6 lines
87 B
Text
Raw Normal View History

interface HTMLOutputElement : HTMLElement {
readonly attribute DOMString type;
}