DEV Community

Discussion on: Accessibility for the web - introduction to ARIA

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀 • Edited

Tip: Use aria to style elements state, it's a no brainier. Aria is stateful, and if used correctly will encourage good accessibility plactices instead of using stateful classes .active which are meaningless.

Collapse
 
arikaturika profile image
Arika O

Totally agree. I think I had this conversation on the last article (although here I was comparing the advantages of using HTML5 elements versus classes and ids).