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/LandingHero.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/LandingHero.svelte') diff --git a/src/lib/LandingHero.svelte b/src/lib/LandingHero.svelte index 9f5d0368..c1d8a5aa 100644 --- a/src/lib/LandingHero.svelte +++ b/src/lib/LandingHero.svelte @@ -23,7 +23,7 @@ const scrollPastHero = () => {

Never miss what's due.

- Track airing episodes, new manga chapters, and subtitle releases—all in one place. + Track airing episodes, new manga chapters, and subtitle releases, all in one place.

-- cgit v1.2.3