-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add ability to add title when creating links in the CMS #2267
Comments
@R-mohansai I spoke with Erin and she explained that we wouldn't need the aria label if we can add titles to links and tables. I edited the issue and removed the aria label from it and assigned the issue for adding titles to tables (#2275) to this sprint as well. |
@eelzi-ONRR will review this as well as @cthomasONRR. I did a brief review and I believe it works properly now. |
@Maroyafaied we have talked about it earlier in standup about this. Sure will look into that new issue. |
@cthomasONRR @eelzi-ONRR please ignore my comment, I added it to the wrong issue. This has not been implemented yet and not ready for review. |
Added the new tooltip plugin for links to show hover with required info. Right not working perfectly but the feature is working can take some time to adjust the source code for it and also checking it in devtools by adjusting few things. |
@R-mohansai Should @cthomasONRR and @eelzi-ONRR test out the feature in the CMS now or wait for you to adjust the source code ? Will this be done by the end of this sprint? |
@Maroyafaied still making few patches.This will done by the end of this sprint. |
There's no way for someone working in the CMS to add a title tag or aria label to a link. We have pages that use buttons and hyperlink labels that are not unique, and making the labels unique is difficult due to the text that label would require. If we can use title tags and aria-labels to distinguish these buttons and labels, that would meet WCAG requirements.
Example: All the "Interactive Example" and "Download PDF" buttons and links on Valuation Examples.
The text was updated successfully, but these errors were encountered: