elemental2.dom.HTMLLegendElement Maven / Gradle / Ivy
package elemental2.dom;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class HTMLLegendElement extends HTMLElement {
public String accessKey;
public String align;
public HTMLFormElement form;
}