Best Practices for Attributes
- title attribute should match the pattern
- name is used by server; id by client, but best to match them
- Often More is not better, less is better than more
- Kiss Keep it simple
- Regardless they did add type number with min max attribute
- Problem its always best to know the basics: type="text", pattern="regex" title="hint for pattern"