Skip to content

Commit

Permalink
Remove event handler handling from getPropertyType as it was an error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Mar 28, 2024
1 parent 648f6b2 commit 3d67bea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d67bea

Please sign in to comment.