Ver Fonte

LibWeb: Add HTMLButtonElement#disabled

Luke Wilde há 2 anos atrás
pai
commit
14ae0524e9
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Userland/Libraries/LibWeb/HTML/HTMLButtonElement.idl

+ 1 - 0
Userland/Libraries/LibWeb/HTML/HTMLButtonElement.idl

@@ -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;