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 +- src/lib/LandingHero.svelte | 2 +- src/lib/Tools/Birthdays.svelte | 2 +- src/lib/Tools/BirthdaysTemplate.svelte | 2 +- src/lib/Tools/UmaMusumeBirthdays.svelte | 2 +- src/lib/Tools/Wrapped/Top/Activity.svelte | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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} 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.

diff --git a/src/lib/Tools/Birthdays.svelte b/src/lib/Tools/Birthdays.svelte index a41064f9..3f02eb97 100644 --- a/src/lib/Tools/Birthdays.svelte +++ b/src/lib/Tools/Birthdays.svelte @@ -155,7 +155,7 @@ async function resolveBirthdays( {birthday.name} Character (Large) clearAllParameters(["month", "day"])); {birthday.name} Character { {name} Character
- User Avatar +

-- cgit v1.2.3