mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Implement HTMLButtonElement.type
This commit is contained in:
committed by
Andreas Kling
parent
432d496ed6
commit
29f9947ff9
Notes:
sideshowbarker
2024-07-17 18:05:00 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/29f9947ff9 Pull-request: https://github.com/SerenityOS/serenity/pull/12837
@@ -6,5 +6,6 @@ interface HTMLButtonElement : HTMLElement {
|
||||
[Reflect=formtarget] attribute DOMString formTarget;
|
||||
[Reflect] attribute DOMString name;
|
||||
[Reflect] attribute DOMString value;
|
||||
[CEReactions] attribute DOMString type;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user