HTMLDataElement.idl 88 B

12345
  1. interface HTMLDataElement : HTMLElement {
  2. [Reflect] attribute DOMString value;
  3. };