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:
parent
fbc93a3a2f
commit
b816000d47
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue