Scrim - Avoid placing inactive elements in the focus order - (2036570142) #7809
Labels
0 - new
New issues that need assignment.
a11y
Issues related to Accessibility fixes or improvements.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
needs triage
Planning workflow - pending design/dev review.
Violation:
Avoid placing inactive elements in the focus order
WCAG Reference:
Severity:
5
Media Type:
Keyboard Accessibility
Areas for Remediation:
Issue
The following content receives focus because it has been provided with tabindex="0" attribute which places them in the focus order. The inactive element should not receive keyboard focus. Examples include:
User Impact
Keyboard-only users will be able to navigate to this element even if it is off screen. Screen reader users will be able to focus this element if they press Tab, but they will be unable to determine its purpose.
Code Reference
Suggestion
Developers should remove the tabindex="0" from the mentioned content so that it does not receive keyboard focus.
Compliant Code Example
Additional Resources:
The text was updated successfully, but these errors were encountered: