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
Links which request and external resource open a new window/tab/app without warning the user. This could confuse visually impaired users who believe they are following a link in the same browser/app window which causes extra effort to switch back to the previous window/app.
Issue summary
Links which request and external resource open a new window/tab/app without warning the user. This could confuse visually impaired users who believe they are following a link in the same browser/app window which causes extra effort to switch back to the previous window/app.
Screenshots
Current code
TSX
Steps to reproduce
Behavior
Expected
Actual
Recommendation
For each link in the app which opens an external resource:
accessibilityLabel
prop, setting its value to the control{text}
(This is required foraccessibilityHint
)accessibilityHint
prop, setting its value to a string which warns the user audiblyRecommended code
TSX
Specifications
The text was updated successfully, but these errors were encountered: