|
|
|
|
|
by Chickenosaurus
2240 days ago
|
|
There are some downsides to that approach. The <form> element has semantic meaning which is lost if it's missing. Screen readers for blind people, browser features such as form auto-fill etc. might not work as expected without this semantic information. Most web applications I have seen opt to use the form element. The default form browser behaviour can be suppressed easily. |
|