DEV Community

Discussion on: Change your approach to accessibilty and get a better developer experience (and create more accessible websites)

Collapse
 
grahamthedev profile image
GrahamTheDev • Edited

Great article, the only thing I would mention is your <button> example just needs a caveat for those who are new to accessibility.

The "Click Here" part is the main thing to fix. If you changed the button text to be more descriptive "register now" for example there is no need for WAI-ARIA in the first place (the golden rule -WAI-ARIA is a last resort!).

Anyway that is just a really minor point in a really great article ā¤šŸ¦„ I especially like that you included the part on temporary or situational disabilities as those are the bits that most people overlook (and is one that people can relate to a lot better)!

Collapse
 
elischei profile image
Eli H. Schei

Thanks for the feedback ā¤šŸ¦„ Thats a good point! I will update the article to mention this as well :)