Prechádzať zdrojové kódy

LibWeb: Add HTMLOrSVGElement.autofocus

Luke Wilde 2 rokov pred
rodič
commit
469ef22a22

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

@@ -33,5 +33,6 @@ HTMLElement includes HTMLOrSVGElement;
 interface mixin HTMLOrSVGElement {
     [SameObject] readonly attribute DOMStringMap dataset;
 
+    [CEReactions, Reflect] attribute boolean autofocus;
     [CEReactions] attribute long tabIndex;
 };