mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibWeb: Expose HTMLInputElement.name
This commit is contained in:
parent
fbc93a3a2f
commit
b816000d47
Notes:
sideshowbarker
2024-07-18 18:42:22 +09:00
Author: https://github.com/Lubrsi
Commit: b816000d47
Pull-request: https://github.com/SerenityOS/serenity/pull/6863
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