Focus relevant
Core requirement
The focus order does not include hidden, static, or groups of repeated interactive elements.
Tests
Procedure
For groups of repeated interactive elements (for example, a site-wide navigation bar on a website):
- Check that a method of skipping them is available.
- Check that hidden interactive elements do not receive focus.
- Check that static elements do not receive focus.
Expected results
- #1, #2, and #3 are true.