1.1 No visible focus indicator on interactive elements (H)
1.1.1 WCAG 2.4.7 (AA) - Desktop
On the Home page, the ‘search the full website’ and ‘find a course’ input fields do not have a visual focus indicator to help keyboard users know which element has keyboard focus.
Visible focus is required for keyboard users to navigate through the site, allowing them to know which form field and element they are interacting with.
This issue persists on all browsers in multiple areas of the site. See:
- The ‘Get in touch’ button on the ‘Generic’ page
- Apply via UCAS button on the Undergraduate- Accounting and Finance page
- The ‘Order your brochure’ and ‘Research’ links on the Postgraduate page
- All the links within the ‘Quick links’ section on the Intranet Landing page
- The Registry Services links on the Intranet Content page
- The checkboxes within the ‘Course type’, Study mode’ and ‘Entry year’ modals on the Search courses page
- The play button on the Postgraduate page
- The play button on The Arch accommodation pages
1.1.2 Recommendation
By default, web browsers indicate focus visually, but custom programming, styling, and scripting can disrupt it. The best practice is to include a:focus
and a:active
in the CSS file as well as a:hover
to make focus highlight effects work when tabbing to links as well and when using a mouse.
When implementing a custom visible focus indicator, ensure the colour contrast between adjacent colours meets the minimum colour contrast ratio of 3:1 against non-text elements.