Recommended WAI-ARIA implementation for navigation bar/menu

后端 未结 5 1496
天涯浪人
天涯浪人 2020-12-02 04:57

We are in the process of implementing (i.e. adding) WAI-ARIA support to the main navigation menu of a web portal. Menu is the one shown here:

5条回答
  •  一整个雨季
    2020-12-02 05:28

    As an FYI, you can get a menu to announce 'X of Y' information by adding aria-posinset and aria-setsize attributes to the elements with role=menuitem. Sincerely, Bryan Garaventa

提交回复
热议问题