We've had queries (for instance here) on the reasoning behind When not to use error messages, specifically in terms of why we error messages shouldn't be shown before user submits the form. This will probably keep coming up since many frameworks and libraries implement client side validation.
Should we consider expanding on the reasoning in the guidance? The reasons discussed here seem valid. Additionally, we could mention that since any necessary validation will need to be also done on the server, this could lead to duplicated effort and extra work in ensuring that the client and server validation rules stay in sync.
We've had queries (for instance here) on the reasoning behind When not to use error messages, specifically in terms of why we error messages shouldn't be shown before user submits the form. This will probably keep coming up since many frameworks and libraries implement client side validation.
Should we consider expanding on the reasoning in the guidance? The reasons discussed here seem valid. Additionally, we could mention that since any necessary validation will need to be also done on the server, this could lead to duplicated effort and extra work in ensuring that the client and server validation rules stay in sync.