Move form validation system to HTML5 standard

Description

Today, the form validation is managed by Javascript and generates extra text (div) into the page that changes the structure of the page itself (quite annoying on mobile device).
We could move the system to standard HTML5 form validation which is now supported by all the browsers ?

Makes perfect sense to me!