From ab484a4239a6617bdb207f44652b5dc3e03b0676 Mon Sep 17 00:00:00 2001 From: Cindy Zhang Date: Sun, 23 Aug 2026 20:55:26 -0700 Subject: [PATCH] feat(core): TabList speaks the ARIA tabs pattern under role="tablist" TabList declares role?: AriaRole and reads it. role="tablist" gives the WAI-ARIA tabs pattern -- role="tab", aria-selected, aria-controls from a new panelId on Tab, horizontal-only arrows, and an href ignored with a dev warning. Any other role passes through to the element untouched. An omitted role is unchanged: the