HTML Form Validation is heavily underused
This is a small but practical product-engineering link. Browser-native form behavior is often ignored while teams rebuild validation, accessibility, and UX affordances from scratch.
The caveat is that native validation is not a complete product policy. It is a baseline capability that should be combined with clear copy, server-side checks, and accessible error handling.