We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.D A visible indication of focus is provided when focus is on the interface component.
4.D would pass if the indication of focus is visible while the component has focus.
Test instruction:
Determine whether there is a visible indication of focus on the element that has keyboard focus.
Evaluation Results: If the following is TRUE, then the content PASSES:
When each interface element receives focus, there is a visible indication of focus.
The text was updated successfully, but these errors were encountered:
Not sure what the suggested change is ...
Sorry, something went wrong.
Suggest edit to Evaluation Results - "has" instead of "receives":
When each interface element has focus, there is a visible indication of focus.
Ah. Closing a loophole where some devious controls show visible focus when you land on them, but after a second the visible focus vanishes?
cliffbert
No branches or pull requests
4.D A visible indication of focus is provided when focus is on the interface component.
4.D would pass if the indication of focus is visible while the component has focus.
Test instruction:
Evaluation Results: If the following is TRUE, then the content PASSES:
The text was updated successfully, but these errors were encountered: