What
An accessibility scan flagged the element <a class="active" href="/" data-status="active" aria-current="page"><button type="button" class="btn btn-light btn-lg"><i class="bi bi-house-door-fill"></i></button></a> because links must have discernible text. Learn more about why this was flagged by visiting https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright.
To fix this, ensure links have discernible text.
Specifically:
Fix all of the following:
- Element is in tab order and does not have accessible text
Fix any of the following:
- Element does not have 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
Acceptance Criteria
What
An accessibility scan flagged the element
<a class="active" href="/" data-status="active" aria-current="page"><button type="button" class="btn btn-light btn-lg"><i class="bi bi-house-door-fill"></i></button></a>because links must have discernible text. Learn more about why this was flagged by visiting https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright.To fix this, ensure links have discernible text.
Specifically:
Fix all of the following:
Fix any of the following:
Acceptance Criteria