Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
I ran theaxe browser dev tools onhttps://typescript-eslint.io/getting-started. The report indicated inline links such as theESLint andTypeScript ones underStep 1: Installation aren't visually distinct enough from surrounding text to always be perceived as different. The color contrast of their current color in light mode (#889dfa
) compared to surrounding text (#e3e3e3
) is only color contrast 1.98:1 - lower than the AA minimum of 3:1.
Getting links distinguishable from other body text is hard by color alone. Especially when they have toalso have sufficient color contrast against the background of the page. It's generally easiest to add a non-color indicator such as atext underline the way GitHub did recently (https://github.blog/changelog/2023-10-18-new-default-underlined-links-for-improved-accessibility).
Accepting PRs to make the website's links underlined!