'How browser processing click on "Enter" in input field inside HTML5 form?

I tried to read W3C documentation about forms: https://www.w3.org/TR/html4/interact/forms.html, but I didn't find answer.

As I understand, form will submit. But how?

Does form just simulate click on button (or input with type submit) or some other mechanism used?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source