Skip to content

Commit

Permalink
fix: make tooltip not focusable to fix a11y (#1004)
Browse files Browse the repository at this point in the history
This fixes an a11y test for media-tooltip not being focusable.
  • Loading branch information
luwes authored Oct 8, 2024
1 parent d3a8bf1 commit 66bb595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/media-chrome-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ template.innerHTML = /*html*/ `
</style>
<slot name="tooltip">
<media-tooltip part="tooltip">
<media-tooltip part="tooltip" aria-hidden="true">
<slot name="tooltip-content"></slot>
</media-tooltip>
</slot>
Expand Down

0 comments on commit 66bb595

Please sign in to comment.