If you use good practices and clear semantic HTML, screen reader users will be fine. It might not be great, and there might be obstacles. And you should try to improve, always.

But remember, screen readers are made to work with the worst the web has to offer, they will often work around issues that other assistive tech can/does not work around. Or reveal information oblivious for other tech.

@yatil

> Must know accessibility tips for developers
> 1. Learn to use a screen reader

No. This is never the first step. The first step is understanding the spectrum of needs that your code works with. Screen readers are only an itsy bitsy tiny part of the overall experience. And you don’t need to use them at all to write good code for 90+% of all situations.

#accessibility #a11y

@yatil