Tabindex Example
I'm sorry, that is not a properly formatted ZIP code. ZIP must be 5 or 9 digits. Please try again.
- Leaving text box (onblur) triggers ZIP code check.
- If check fails, reveal error message, set it's tabindex to -1, and set focus to it.
- Activating "try again" link sets focus to the text box.
- If check passes, hide error message (if visible).