Does HTML5 have any kind of text field masking or do I still have to trap onkeydown etc.?
onkeydown
jbabey is right--\"masking\" as in blocking certain illegal ch
Basic validation can be performed by choosing the type attribute of input elements. For example:
using pattern attribute like:
required attribute
maxlength:
min & max: