Hacker News new | ask | show | jobs
by padjo 212 days ago
That is called input assistance, confusing it with validation is the source of millions of security problems.
2 comments

That’s an interesting suggestion, but it is not, it’s called (client side) form validation

https://html.spec.whatwg.org/multipage/forms.html#client-sid...

I definitely see your reasoning for wishing it had a different name though.

I do understand what "client-side" validation is, but I wish it had a different name, because people think they can just validate client-side and they do not bother doing it on the server... for some reason, I do not know. It should be obvious though, right? Yet it is not.
No, it's not. And if that's what confuses one, it will not be the actual source of these problems.