HTMLLegendElement.idl 269 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/form-elements.html#htmllegendelement
  3. [Exposed=Window]
  4. interface HTMLLegendElement : HTMLElement {
  5. [HTMLConstructor] constructor();
  6. [CEReactions, Reflect] attribute DOMString align;
  7. };