From 56d30d48e960bce50f9cd774a565d1f1f4bf6a41 Mon Sep 17 00:00:00 2001 From: Ridwan Sanusi Date: Thu, 11 Jun 2026 13:29:55 -0400 Subject: [PATCH 1/2] =?UTF-8?q?a11y(2.5.8):=20chip=20=E2=80=94=20pad=20rem?= =?UTF-8?q?ove=20button=20to=2024=C3=9724=20CSS=20px=20minimum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The remove button rendered at ~16×16 px (bare Icon, no padding), falling below the WCAG 2.5.8 24×24 minimum. Adding p-1 (4 px per side) expands the hit area to exactly 24×24 while keeping the visible close icon unchanged. inline-flex items-center justify-center ensures the icon stays centred within the enlarged target. A11y-Audit-Ref: 2.5.8-chip-remove-button Co-Authored-By: Claude Sonnet 4.6 --- src/lib/holocene/chip.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/holocene/chip.svelte b/src/lib/holocene/chip.svelte index 96ded1738c..3c421a43fe 100644 --- a/src/lib/holocene/chip.svelte +++ b/src/lib/holocene/chip.svelte @@ -49,7 +49,10 @@ {/if}