-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
Sympa Accessibility Issue - 15 - No clear visual focus indicator when accessing elements by keyboard. #1744
Comments
I quickly tried some CSS rules: #sympa-top-bar menu .menu li:not(.active) > a:not(.button):focus {
background: #6A5687 !important;
}
a:focus {
border-bottom-style: solid;
border-bottom-width: 1px;
} @ikedas @racke, could you test them and tell what do you think of them? Same question for @rm1-uiuc if you can test them with a Sympa. |
I realized that removing these lines recovers the default focus indicator: Lines 202 to 205 in 4f62c3a
|
The default focus indicator should not be relied upon, as the default indicator in some browsers is not easily perceivable by some users with visual impairments. |
Could you please present an easily recognizable one across browsers? I rather think that the arbitrary focus indicator designs that, instead of the default one, vary from application to application will confuse users. |
If no good alternative can be found soon, we'd be better to adopt the default one for the time being. |
♿ — WWSympa: No visual focus indicator when accessing elements by keyboard (#1744)
The University of Illinois at Urbana-Champaign, Technology Services Accessibility Testing team conducted an Accessibility Review of Sympa on September 25, 2023 and found 26 issues that need to be fixed to make the interface accessible for visual impaired users.
Version
6.2.72
Installation method
Source Package
Expected behavior
Using a Screen Reader, there needs to be a clear visual focus indicator when access elements by keyboard.
Actual behavior
There is no clear visual focus indicator when accessing elements by keyboard. Users with poor vision would not understand where the current focus is. In the screenshot below, my current focus is on word prixlist, but since it doesn’t have a focused box/border around the element, it is not distinguishable.
WCAG Level AA 2.4.7 Focus Visible)
Fig 17 Focus indictor issue.
Steps to reproduce
Sympa Accessibility Issue -15 was determined by manual functional testing performed by the user navigating with keyboard only or using assistive technology such as screen reader. See attached review for more info on specific location in interface.
Additional information
Attached is the Accessibility Review conducted on Sept 25,2023
Tech Services Review - Accessibility Evaluation Report for Sympa.pdf
The text was updated successfully, but these errors were encountered: