Pārlūkot izejas kodu

LibWeb: Expose HTMLInputElement.name

Luke 4 gadi atpakaļ
vecāks
revīzija
b816000d47
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Userland/Libraries/LibWeb/HTML/HTMLInputElement.idl

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

@@ -10,6 +10,7 @@ interface HTMLInputElement : HTMLElement {
     [Reflect] attribute DOMString placeholder;
     [Reflect] attribute DOMString src;
     [Reflect] attribute DOMString step;
+    [Reflect] attribute DOMString name;
     [Reflect=dirname] attribute DOMString dirName;
     [Reflect=value] attribute DOMString defaultValue;