Is there a standard resource for the “default action” of HTML elements? [closed]
I'm wondering if there is a defined standard for what the default action is of various HTML elements. I've looked at the W3C's HTML specification and while they are very precise with what attributes can be used with elements (and also some behavioural stuff such as exactly what gets included with form submission) there's nothing about the behaviour of elements. I've also checked out the Mozilla JS reference , and found nothing there either. In particular I'm looking for the default behaviour of a form submit button; I've seen in different places that its default action is to submit the form