Reading List

Quick reminder: HTML5 required and pattern are not a security feature from Christian Heilmann RSS feed.

Quick reminder: HTML5 required and pattern are not a security feature

Using the required and/or pattern attribute on HTML input elements stops users from submitting forms with invalid values, but you can work around that using the Console tool. In HTML5, you can provide a `required` attribute to ensure a certain field has been filled out before a form can be sent off. I have read […]