Nested interactive controls are not announced by screen readers so they shouldn’t contain focusable child elements.
Focusable elements with an interactive control ancestor are not announced by screen readers and create an empty tab stop, which can impact the user experience.
Check all interactive controls and ensure they do not contain focusable child elements.
<button>
Save
<a href="rules/axe/html#">More options</a>
</button><div role="button">
Search
<a href="rules/axe/html#">Settings</a>
</div>
Copy
For more examples, visit the W3C’s GitHub’s ATC Rules library.