How I built an accessible version of Wordle
Recreating Wordle without the myriad of accessibility issues that plague the original version
Mar 19, 20228 min read1.3K

Search for a command to run...
Articles tagged with #accessibility
Recreating Wordle without the myriad of accessibility issues that plague the original version

The :focus-visible pseudo-class has been one of the biggest accessibility wins in the recent history of CSS. It took some time but it's finally happening: Safari has recently unflagged :focus-visible and we'll finally be able to use it in 2022! 🎉 B...
