From 61c36f52e9193ed9b2d803b106456137e287341b Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Fri, 29 Mar 2024 12:01:56 -0700 Subject: [PATCH] Add onfocusin and onfocusout attribute event listeners Spec issue: https://github.com/whatwg/html/issues/10234 Fixed: 330759712 Change-Id: I4103717056a6dfb6e216c44c26b0305d44c60f5f --- .../onfocusin-onfocusout.html | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 html/dom/elements/global-attributes/onfocusin-onfocusout.html diff --git a/html/dom/elements/global-attributes/onfocusin-onfocusout.html b/html/dom/elements/global-attributes/onfocusin-onfocusout.html new file mode 100644 index 00000000000000..40dea5db04ffb4 --- /dev/null +++ b/html/dom/elements/global-attributes/onfocusin-onfocusout.html @@ -0,0 +1,53 @@ + + + + + + + +
+ onfocusin/out set from html +
+ +
onfocusin/out set from script
+ +