I'm trying to get into ARIA and make my sites more accessible. I realized that using ARIA attributes is a good start, but I would like to understand the actual consequences of this.
If, for example, I add the role = "navigation" to my nav tag used as a menu, what effect will this user have for the user?
What will his firmware do (or any application that helps him)? Is it really useful to add this if I already use the nav tag, which obviously already tells the user that this is a navigation element?
Thank!
source
share