From 469ef22a22ed94cad843ddebc738b5f04ced1cf4 Mon Sep 17 00:00:00 2001 From: Luke Wilde Date: Sat, 5 Nov 2022 04:24:08 +0000 Subject: LibWeb: Add HTMLOrSVGElement.autofocus --- Userland/Libraries/LibWeb/HTML/HTMLElement.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Libraries/LibWeb/HTML/HTMLElement.idl') diff --git a/Userland/Libraries/LibWeb/HTML/HTMLElement.idl b/Userland/Libraries/LibWeb/HTML/HTMLElement.idl index b7ce750515..3ef611ee4c 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLElement.idl +++ b/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; }; -- cgit v1.2.3