Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLDataElement.idl
2022-02-16 22:48:32 +03:30

8 lines
120 B
Plaintext

#import <HTML/HTMLElement.idl>
interface HTMLDataElement : HTMLElement {
[Reflect] attribute DOMString value;
};