From 3d67bea119a9b2529835270389d48f571f50fe6d Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Thu, 28 Mar 2024 12:38:28 +0000 Subject: [PATCH] Remove event handler handling from getPropertyType as it was an error --- spec/index.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/index.bs b/spec/index.bs index 919a7c2..a4cbf66 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -671,7 +671,6 @@ initially empty. 1. Set |localName| to |tagName| in [=ASCII lowercase=]. 1. If |elementNs| is an empty string, set |elementNs| to [=HTML namespace=]. - 1. If |property| starts with "on", then return {{TrustedScript}}. 1. Let |interface| be the [=element interface=] for |localName| and |elementNs|. 1. Let |expectedType| be null. 1. Find the row in the following table, where the first column is "*" or |interface|'s name, and |property| is in the second column.