We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently remove the underline for <a> tags by default which is leading to an accessibility issue, "Links must be distinguishable without relying on color". The link on the page isn't actually a different color from the default, but the lack of the underline is what creates the issue -- adding the underline back allows the link to be properly distinguished from surrounding text, passing this requirement.
<a>
We should let <a> tags have an underline by default, as users have the option to remove or otherwise edit the <a> to their liking.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We currently remove the underline for
<a>
tags by default which is leading to an accessibility issue, "Links must be distinguishable without relying on color". The link on the page isn't actually a different color from the default, but the lack of the underline is what creates the issue -- adding the underline back allows the link to be properly distinguished from surrounding text, passing this requirement.We should let
<a>
tags have an underline by default, as users have the option to remove or otherwise edit the<a>
to their liking.The text was updated successfully, but these errors were encountered: