HTMLLIElement.idl 85 B

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