Skip to content

Commit 7af4b01

Browse files
committed
add tooltip to error indicator via aria-label
1 parent f797e38 commit 7af4b01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/utils/errors/ErrorIndicatorComponent.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}}
2727
role="button"
2828
tabindex="0"
29+
aria-label="Click to view errors and warnings"
2930
>
3031
{#if settings.errorCollection.hasErrors()}
3132
<svg

0 commit comments

Comments
 (0)