You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using swipe/touch gestures to navigate through the Privacy Policy, content links do not receive focus. Link text is included in the paragraph text with no notice of their existence. This makes accessing content linked from this view impossible for screen reader users and voice dictation users, leading to a frustrating user experience.
Use the Virtual Cursor to navigate to the view content
Behavior
Expected
Links to be focusable, announce its label, and conveyed as a "link".
Actual
Links are not focusable.
Recommendation
Since this is a third-party lib, making changes in a timely manner may be difficult. Try to find an alternate markdown renderer, or output the content in a Text component, using Button components with accessibleRole="link" props to output focusable links.
Specifications
Component: CovidShield [Privacy]
WCAG Principle: Operable
WCAG SC: 2.1.1 Keyboard
Severity: High
Effort: Unknown
The text was updated successfully, but these errors were encountered:
Issue summary
When using swipe/touch gestures to navigate through the Privacy Policy, content links do not receive focus. Link text is included in the paragraph text with no notice of their existence. This makes accessing content linked from this view impossible for screen reader users and voice dictation users, leading to a frustrating user experience.
Current code
JS
Steps to reproduce
Behavior
Expected
Actual
Recommendation
Since this is a third-party lib, making changes in a timely manner may be difficult. Try to find an alternate markdown renderer, or output the content in a
Text
component, usingButton
components withaccessibleRole="link"
props to output focusable links.Specifications
The text was updated successfully, but these errors were encountered: