Axe-core dev tools is reporting a critical error in forms regarding aria attributes. The element reported can be found at vets-website/src/platform/forms-system/src/js/components/FormNav.jsx.
We are using <va-segmented-progress-bar> in the same FormNav component that includes the attributes, so we may not need these aria attributes on the .nav-header div element.
Issue Description
Axe-core dev tools is reporting a critical error in forms regarding aria attributes. The element reported can be found at
vets-website/src/platform/forms-system/src/js/components/FormNav.jsx
.We are using
<va-segmented-progress-bar>
in the same FormNav component that includes the attributes, so we may not need these aria attributes on the .nav-headerdiv
element.Acceptance Criteria