Global - Markup for banners has incorrect ARIA #20161
Open
3 tasks
Labels
Accelerated Publishing
Defect
Something isn't working (issue type)
next-build
FE Repository that will replace content-build. Uses NextJS, builds static pages.
Description
The markup for the banners used within next-build have incorrect ARIA (
role
andaria-label
) that need to be removed<va-banner>
component however they also both have arole
attribute that should not be present. The role is inside the element, within the shadow DOM and should not be duplicated here.The
<div>
for the maintenance banner has an incorrectrole
andaria-label
that both need to be removed from this fileThe promo banner also has an incorrect
role
that needs to be removed from this fileAcceptance Criteria
role="region"
from all banners markup in next-buildaria-label
attribute from Maintenance Banner div in next-buildThe text was updated successfully, but these errors were encountered: