button-name
Buttons must have discernible text
Impact: critical · Pages with issue: 1
Selector: va-banner,#va-banner-alert,.va-alert-close
<button class="va-alert-close"><va-icon class="hydrated"></va-icon></button>
Fix any of the following:
Element does not have inner text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element does not have an implicit (wrapped) <label>
Element does not have an explicit <label>
Element's default semantics were not overridden with role="none" or role="presentation"