Default focus indicator used
Normative Text
The focusable item uses the user agent default focus indicator.
Tests
This section is non-normative.
Procedure
For user agents that allow the customization of focus indicators:
- Use the keyboard to move focus onto the item.
- Check that the focus indicator is the user agent’s default indicator.
- For platform display changes, check that the focus indicator’s color is correct for the type of element.
Expected results
- #2 and #3 are true.
Tests
This content needs to be written.
Key Terms
- assistive technology
hardware and/or software that acts as a user agent, or along with a mainstream user agent, to provide functionality to meet the requirements of users with disabilities that go beyond those offered by mainstream user agents
Functionality provided by assistive technology includes alternative presentations (e.g., as synthesized speech or magnified content), alternative input methods (e.g., voice), additional navigation or orientation mechanisms, and content transformations (e.g., to make tables more accessible).
Assistive technologies often communicate data and messages with mainstream user agents by using and monitoring APIs.
The distinction between mainstream user agents and assistive technologies is not absolute. Many mainstream user agents provide some features to assist individuals with disabilities. The basic difference is that mainstream user agents target broad and diverse audiences that usually include people with and without disabilities. Assistive technologies target narrowly defined populations of users with specific disabilities. The assistance provided by an assistive technology is more specific and appropriate to the needs of its target users. The mainstream user agent may provide important functionality to assistive technologies like retrieving web content from program objects or parsing markup into identifiable bundles.
- component
grouping of elements for a distinct function
- content
information, sensory experience and interactions conveyed
- focus indicator
pixels that are changed to visually indicate when a user interface component is in a focused state
- items
smallest testable unit for testing scope
- state
dynamic property expressing characteristics of a user interface component that may change in response to user action or automated processes
States represent data associated with the component or user interaction possibilities. They do not affect the nature of the component. Examples include focus, hover, select, press, check, visited/unvisited, and expand/collapse.
- user agent
any software that retrieves and presents web content for users
- user interface component
To be defined.