mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 20:27:35 +00:00
LibWeb: Add HTMLFormElement#{method,action,target}
This commit is contained in:
parent
f04d1d493d
commit
c5e0547377
1 changed files with 3 additions and 0 deletions
|
@ -9,8 +9,11 @@ interface HTMLFormElement : HTMLElement {
|
||||||
|
|
||||||
[CEReactions, Reflect] attribute DOMString name;
|
[CEReactions, Reflect] attribute DOMString name;
|
||||||
[CEReactions, Reflect] attribute DOMString rel;
|
[CEReactions, Reflect] attribute DOMString rel;
|
||||||
|
[CEReactions] attribute DOMString method;
|
||||||
[CEReactions, Reflect=accept-charset] attribute DOMString acceptCharset;
|
[CEReactions, Reflect=accept-charset] attribute DOMString acceptCharset;
|
||||||
[CEReactions, Reflect=novalidate] attribute boolean noValidate;
|
[CEReactions, Reflect=novalidate] attribute boolean noValidate;
|
||||||
|
[CEReactions] attribute USVString action;
|
||||||
|
[CEReactions, Reflect] attribute DOMString target;
|
||||||
|
|
||||||
undefined submit();
|
undefined submit();
|
||||||
[CEReactions] undefined reset();
|
[CEReactions] undefined reset();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue