Another Tabindex Example
I'm sorry, that is not a properly formatted ZIP code. ZIP must be 5 or 9 digits. Please try again.
- Entering text box (onfocus) resets any previous alerts.
- Leaving text box (onblur) triggers ZIP code check.
- If check fails, reveal error message, set it's role to alert, and set text box to invalid.
- If check passes, set text box to NOT invalid and hide error message.