I am having trouble finding an answer to this. I am trying hard to make sure our site is inclusive so I initially implemented a site-wide letter spacing value of .12rem
. However, some managers don't like how it looks and have asked me to reduce or remove it. I told them about ADA compliance so now we have an internal discussion going on about what to do.
- Should I not set
letter-spacing
to a specific value so that each user can handle that on their own if they have a vision disability? - Are there tools available for users to adjust the letter (and word) spacing on a page?
- If so, would setting it to a specific value actually make it worse for those tools?
Also, what about word-spacing
? Should it be handled in the same way?
If you have any other insight to offer on this topic I would love to hear it. I've been searching online for a while and I am having trouble finding a definitive answer.
Source: https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html