浏览代码

LibWeb: Add HTMLButtonElement#disabled

Luke Wilde 2 年之前
父节点
当前提交
14ae0524e9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;