2020-07-27 01:04:26 -03:00
|
|
|
interface HTMLFormElement : HTMLElement {
|
|
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString name;
|
|
|
|
|
[Reflect] attribute DOMString rel;
|
2020-08-09 13:10:41 -03:00
|
|
|
[Reflect=accept-charset] attribute DOMString acceptCharset;
|
2020-11-09 05:15:10 -03:00
|
|
|
[Reflect=novalidate] attribute boolean noValidate;
|
2020-07-27 01:04:26 -03:00
|
|
|
|
2020-12-09 18:32:04 -03:00
|
|
|
undefined submit();
|
2020-11-21 18:53:18 -03:00
|
|
|
|
2020-12-09 18:26:42 -03:00
|
|
|
};
|