Some HTML5 input elements accept the pattern
attribute, which is a regex for form validation. Some other HTML5 input elements, such as, input type=email
does the validation automatically.
Now it seems that the way validation is handled is different accross browsers. Given a specific browser, say Chrome, is it possible to programmatically extract the regex used for validation? Or maybe there is documentation out there?