-
Notifications
You must be signed in to change notification settings - Fork 30k
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
consider underlines for links #203989
Comments
Hi all, Live Share has a sev2 bug assigned for it. It effects our Accessibility Grade. I filed an extension request for it. |
How about we start with enabling this in the High Contrast themes? |
This one is trickier than I thought. VS Code uses edit: we can match |
After some investigation, matching |
@isidorn do you have advice how we might work around this? |
We do not have an issue filled for this as is my understanding. So for now I suggest no action here. |
@hbons that's a fair point. So could we fix for High Contast only first? |
@isidorn yes, we'll keep it to HC themes for now. I've managed to get it to match only relevant text links that have surrounding text. As you can see standalone text links won't be underlined. GitHub also does not do this. I think it looks pretty good (ignore the red colour, it's to check we're matching the right things and I will reset it): |
Looking good for the HC theme. Thank you |
@alexr00 these don't need to be underlined. Only links in a paragraph surrounded by other text. |
Adding setting to enable link underlines in #216842 |
We currently distinguish links using only color, no underline in some places.
This can make it hard for color blind or low vision users to differentiate between links and regular text.
https://aka.ms/MAS1.4.1
Underlines can also reduce readability though.
Thoughts @hbons or @isidorn ?
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1881734
The text was updated successfully, but these errors were encountered: