What
An accessibility scan flagged the element <div aria-label="Current message: COI..." class="grid-govvvpf relativ..." style="--gridTemplateColumn..." aria-live="polite" role="button" tabindex="0"> because interactive controls must not be nested. Learn more about why this was flagged by visiting https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright.
View screenshot
To fix this, ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies.
Specifically:
Fix any of the following:
- Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden="true")
Acceptance Criteria
What
An accessibility scan flagged the element
<div aria-label="Current message: COI..." class="grid-govvvpf relativ..." style="--gridTemplateColumn..." aria-live="polite" role="button" tabindex="0">because interactive controls must not be nested. Learn more about why this was flagged by visiting https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright.View screenshot
To fix this, ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies.
Specifically:
Fix any of the following:
Acceptance Criteria