A11Y 101: Hiding content
We developers tend to hide elements by using display: none or visibility: hidden.
And this works perfectly fine actually to hide elements from the screen.
However, be aware this does precisely what we tell it. It hides things from the screen, which i...
h.daily-dev-tips.com2 min read