The actual effect of using WAI ARIA?

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!

+2
source share
2 answers

, ARIA ( ) , ( ), ARIA.

, , , /, ARIA.

, "nav", ( - "" ). ARIA - - , , .

A WAC- WAI- ARIA.

+2

WAI-ARIA API HTML-. API - , .

role = "navigation" HTML-, , - API- . HTML-.

, "" - "AXLandmarkNavigation" Mac OS X. ARAI API User Agent WAI-ARIA 1.0.

+1

Source: https://habr.com/ru/post/1533642/


All Articles