I've been looking over the docs at developer.mozilla.org and the Apple dev docs but I'm not able to find documentation that explains whether or not you can programatically determine if a specific HTML tag supports a given eventListener.
Like I know that the <script>
tag isn't going to support the click listener since there's nothing to click on, but how do I know that?
Or barring that, is there an easy reference somewhere of what events each tag supports?