ladybird/Libraries/LibWeb/HTML/HTMLDataElement.idl

6 lines
87 B
Text
Raw Normal View History

interface HTMLDataElement : HTMLElement {
[Reflect] attribute DOMString value;
}