mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 14:18:15 +00:00
LibWeb: Implement HTMLButtonElement.type
This commit is contained in:
committed by
Andreas Kling
parent
432d496ed6
commit
29f9947ff9
@@ -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