Tell us what’s happening:
Hello!
I am doing the challenges related with accesibility, and I have a question:
Why do we have to put these values
position: absolute;
left: -10000px;
width: 1px;
height: 1px;?
To make it invisible for non screen-rider users? Why the 1px? (if the table is already somewhere off the screen)
Challenge: Make Elements Only Visible to a Screen Reader by Using Custom CSS
Link to the challenge: