HTMLPreElement.idl 270 B

12345678910
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/grouping-content.html#htmlpreelement
  3. [Exposed=Window]
  4. interface HTMLPreElement : HTMLElement {
  5. [HTMLConstructor] constructor();
  6. // FIXME: [CEReactions, Reflect] attribute long width;
  7. };