LibWeb: Expose HTMLInputElement.name

This commit is contained in:
Luke 2021-05-04 21:52:32 +01:00 committed by Linus Groh
commit b816000d47
Notes: sideshowbarker 2024-07-18 18:42:22 +09:00

View file

@ -10,6 +10,7 @@ interface HTMLInputElement : HTMLElement {
[Reflect] attribute DOMString placeholder;
[Reflect] attribute DOMString src;
[Reflect] attribute DOMString step;
[Reflect] attribute DOMString name;
[Reflect=dirname] attribute DOMString dirName;
[Reflect=value] attribute DOMString defaultValue;