LibWeb: Implement HTMLInputElement.formAction

This commit is contained in:
Tim Ledbetter
2024-09-07 23:27:33 +01:00
committed by Andreas Kling
parent c25dda767e
commit 33c62be7f9
3 changed files with 7 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ interface HTMLInputElement : HTMLElement {
[CEReactions, Reflect] attribute boolean disabled;
readonly attribute HTMLFormElement? form;
attribute FileList? files;
[FIXME, CEReactions] attribute USVString formAction;
[CEReactions] attribute USVString formAction;
[FIXME, CEReactions] attribute DOMString formEnctype;
[FIXME, CEReactions] attribute DOMString formMethod;
[CEReactions, Reflect=formnovalidate] attribute boolean formNoValidate;