From 9c77d2cb559757806b7fb30c5a63d1a2f99be22d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 15 May 2026 11:48:59 +0000 Subject: fix(a11y): drop redundant alts and the landing em dash Replace generic alt="Avatar" / alt="Character" with empty alts on images that visually duplicate a name already present as adjacent text (Wrapped activity avatar, Hololive stream icon, three Birthdays covers); screen readers stop announcing "Avatar" / "Character" twice. Also swap the em dash in the landing subheadline for a comma per the project copy rule. --- src/lib/Hololive/Stream.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Hololive/Stream.svelte') diff --git a/src/lib/Hololive/Stream.svelte b/src/lib/Hololive/Stream.svelte index d8122f50..1d464d7a 100644 --- a/src/lib/Hololive/Stream.svelte +++ b/src/lib/Hololive/Stream.svelte @@ -39,7 +39,7 @@ export let icon: string; | {#if icon} - Avatar + {/if} -- cgit v1.2.3