ladybird/Libraries/LibWeb/HTML/HTMLFieldSetElement.idl

6 lines
89 B
Text
Raw Normal View History

interface HTMLFieldSetElement : HTMLElement {
readonly attribute DOMString type;
}