Files
ladybird/Libraries/LibWeb/HTML/HTMLDataElement.idl

6 lines
87 B
Plaintext

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