Closed pankajpandey01 closed 1 year ago
Hi @pankajpandey01,
this feature is already supported as the Link component (like almost every other component in this project) is accepting all standard HTML attributes which includes title
as well.
Example CodeSandBox: https://codesandbox.io/p/sandbox/wcr-link-title-qgwntm?file=/src/App.tsx:1,24
Hi @MarcusNotheis,
title attribute added on
Thanks for the explanation, I didn't get that this issue was about Screen Readers from the initial description. As the Link component is developed in the UI5 Web Components repository, I'll now forward this issue to their repository.
Is your feature request related to a problem?
This feature request is related to a11y requirement where user need to be informed about the link which will open in window/tab
Describe the solution you'd like
Title property should be supported where we can provide extra info to user (in our case "info about link opening in new window"). This will help visual user as well as screen reader user.
For example:
Describe alternatives you've considered
No response
Additional Context
Organization: {SuccessFactors}
Declaration