mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Fixed IDL for HTMLInputElement
Use Enumerated for the form{Enctype, Method} attributes
This commit is contained in:
Notes:
github-actions[bot]
2024-10-21 21:41:59 +00:00
Author: https://github.com/samu698 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d08d3053999 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1884 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/BodilessSleeper Reviewed-by: https://github.com/stelar7 Reviewed-by: https://github.com/tcl3
@@ -18,8 +18,8 @@ interface HTMLInputElement : HTMLElement {
|
||||
readonly attribute HTMLFormElement? form;
|
||||
attribute FileList? files;
|
||||
[CEReactions] attribute USVString formAction;
|
||||
[FIXME, CEReactions] attribute DOMString formEnctype;
|
||||
[FIXME, CEReactions] attribute DOMString formMethod;
|
||||
[CEReactions, Reflect=formenctype, Enumerated=FormEnctypeAttribute] attribute DOMString formEnctype;
|
||||
[CEReactions, Reflect=formmethod, Enumerated=FormMethodAttribute] attribute DOMString formMethod;
|
||||
[CEReactions, Reflect=formnovalidate] attribute boolean formNoValidate;
|
||||
[CEReactions, Reflect=formtarget] attribute DOMString formTarget;
|
||||
[FIXME, CEReactions] attribute unsigned long height;
|
||||
|
||||
Reference in New Issue
Block a user