mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
10 lines
264 B
Text
10 lines
264 B
Text
interface HTMLFormElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString rel;
|
|
[Reflect=accept-charset] attribute DOMString acceptCharset;
|
|
[Reflect=novalidate] attribute boolean noValidate;
|
|
|
|
void submit();
|
|
|
|
}
|