Automation Best Practices
- Usable with only the keyboard (onFocus and onBlur event handlers)
- Don't use onChange event handler with
selectelement - Use CSS to display and hide content, rather than write statements
- Use W3C DOM when scripting for modifying content