The aXe tool reports the following error with respect to ARIA attributes:
Elements must only use allowed ARIA attributes. Not all ARIA role-attribute combinations are valid. This Rule checks that each role is supplied with allowed attributes.
Using ARIA attributes in roles where they are not allowed can interfere with the accessibility of the web page. Using an invalid role-attribute combination will, at best, result in no effect on the accessibility of the application and, at worst, may trigger behaviour that disables accessibility for entire portions of an application.
Target:
#wb-sm > div > .row > [role="menubar"] > li:nth-child(1) > a[role="menuitem"]
HTML:
Home
Summary:
Fix any of the following:
-ARIA attributes are not allowed: aria-posinset="1" aria-setsize="1"
The aXe tool reports the following error with respect to ARIA attributes:
Elements must only use allowed ARIA attributes. Not all ARIA role-attribute combinations are valid. This Rule checks that each role is supplied with allowed attributes.
Using ARIA attributes in roles where they are not allowed can interfere with the accessibility of the web page. Using an invalid role-attribute combination will, at best, result in no effect on the accessibility of the application and, at worst, may trigger behaviour that disables accessibility for entire portions of an application.
Target:
#wb-sm > div > .row > [role="menubar"] > li:nth-child(1) > a[role="menuitem"]
HTML:
Home
Summary:
Fix any of the following:
-ARIA attributes are not allowed: aria-posinset="1" aria-setsize="1"