Product
axe-core
Product Version
No response
Latest Version
Issue Description
Expectation
As per https://dequeuniversity.com/rules/axe/4.10/button-name, I would expect that buttons with tabindex=-1 should not be flagged for missing aria labels or names.
Actual
Buttons which are not focusable are still flagged by lighthouse and axe-core extension
How to Reproduce
<button
role="none"
mat-button
class="carousel-button carousel-button-next"
(click)="moveRight($event)"
[class.hidden]="!showRightCarouselButton"
tabindex="-1"

Additional context
Any thing else we should know about the issue?
