1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:57:43 +00:00

LibWeb: Expose HTMLInputElement.name

This commit is contained in:
Luke 2021-05-04 21:52:32 +01:00 committed by Linus Groh
parent fbc93a3a2f
commit b816000d47

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;