HTMLUListElement.idl 128 B

123456
  1. interface HTMLUListElement : HTMLElement {
  2. [Reflect] attribute boolean compact;
  3. [Reflect] attribute DOMString type;
  4. }