LibWeb: Add HTMLButtonElement#disabled

This commit is contained in:
Luke Wilde 2023-06-18 15:10:11 +01:00 committed by Andreas Kling
commit 14ae0524e9
Notes: sideshowbarker 2024-07-17 03:45:48 +09:00

View file

@ -6,6 +6,7 @@ interface HTMLButtonElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions, Reflect] attribute boolean disabled;
[CEReactions, Reflect=formnovalidate] attribute boolean formNoValidate;
[CEReactions, Reflect=formtarget] attribute DOMString formTarget;
[CEReactions, Reflect] attribute DOMString name;