From 11e2fd72f7824ec5d901075d138aeecdec435a8e Mon Sep 17 00:00:00 2001 From: Molecule AI Core-UIUX Date: Wed, 13 May 2026 13:41:09 +0000 Subject: [PATCH] fix(canvas/PricingTable): fix bare aria-hidden attribute on feature checkmarks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bare `aria-hidden` (without ="true") is unreliable across browsers — some treat it as falsy and expose the element to assistive tech. Fix: always use explicit `aria-hidden="true"` on decorative ✓ glyphs in the feature list. Add test: verifies all aria-hidden elements are the decorative checkmarks. Co-Authored-By: Claude Opus 4.7 --- canvas/src/components/PricingTable.tsx | 2 +- canvas/src/components/__tests__/PricingTable.test.tsx | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/canvas/src/components/PricingTable.tsx b/canvas/src/components/PricingTable.tsx index 5f3bc210..1e400a47 100644 --- a/canvas/src/components/PricingTable.tsx +++ b/canvas/src/components/PricingTable.tsx @@ -117,7 +117,7 @@ function PlanCard({