ubuntu.com
ubuntu.com copied to clipboard
Select lists cannot be operated from the keyboard if they have an onchange handler that performs navigation, because the handler fires as the user moves the selection up and down using the keyboard
Moving through list items using the arrow keys will jump to another page unexpectedly.
Example URLs:
- https://ubuntu.com/security/certifications/docs
- https://ubuntu.com/security/certifications/docs/16-18/cc
- https://ubuntu.com/security/certifications/docs/16-18/cis
<select name="version-select" id="version-select" onchange="window.location.href=this.value">