According to the W3C recommendation here the nav element shouldn't have a set role attribute. It is currently throwing a11y violations in DAP for ibmcloud/account. This PR removes the role="presentation" attribute and allows the nav to fallback to its default navigation role.
According to the W3C recommendation here the
nav
element shouldn't have a set role attribute. It is currently throwing a11y violations in DAP for ibmcloud/account. This PR removes therole="presentation"
attribute and allows the nav to fallback to its default navigation role.