Level: A
Principle: Operable
Result: ✅ Supports
- ✅ Clean
- 🟠 OLH - single small bug on article page
- 🟠 Material - single issue on article page
Resources
WCAG 2.4.3 Success Criterion
If a web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability.
Audit Checklist
Previous audit
#4131
❌ Focus order is sequential in most cases, but this audit identified a few errors where focus order was disrupted. Firstly by the carousel which needs an accessibility overhaul, and second with the 'how to cite' popups.
Progress since last audit
Automated Testing
No violations were found for axe rules:
- aria-hidden-focus - ARIA hidden element must not be focusable or contain focusable elements.
- tabindex - Elements should not have a tabindex greater than zero
Audit Notes
No focus order failures were found in the Clean theme either by automated or manual testing.
The OLH theme has a single issue with the enlarged figure popup on articles. The Material theme has a single issue with the order of the text format buttons being after the article text instead of before it.
Work arising
The material theme issue was considered during development and is a constraint of the structure of that theme. But the OLH popup issue could be addressed:
Level: A
Principle: Operable
Result: ✅ Supports
Resources
WCAG 2.4.3 Success Criterion
Audit Checklist
Previous audit
#4131
Progress since last audit
Automated Testing
No violations were found for axe rules:
Audit Notes
No focus order failures were found in the Clean theme either by automated or manual testing.
The OLH theme has a single issue with the enlarged figure popup on articles. The Material theme has a single issue with the order of the text format buttons being after the article text instead of before it.
Work arising
The material theme issue was considered during development and is a constraint of the structure of that theme. But the OLH popup issue could be addressed: