HTMLDirectoryElement.idl 220 B

123456789
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/semantics.html#htmldirectoryelement
  3. [Exposed=Window]
  4. interface HTMLDirectoryElement : HTMLElement {
  5. [Reflect] attribute boolean compact;
  6. };