mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
LibWeb: Implement HTMLButtonElement.type
This commit is contained in:
parent
432d496ed6
commit
29f9947ff9
Notes:
sideshowbarker
2024-07-17 18:05:00 +09:00
Author: https://github.com/Lubrsi
Commit: 29f9947ff9
Pull-request: https://github.com/SerenityOS/serenity/pull/12837
3 changed files with 49 additions and 0 deletions
|
@ -6,5 +6,6 @@ interface HTMLButtonElement : HTMLElement {
|
|||
[Reflect=formtarget] attribute DOMString formTarget;
|
||||
[Reflect] attribute DOMString name;
|
||||
[Reflect] attribute DOMString value;
|
||||
[CEReactions] attribute DOMString type;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue