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