From a830bdc5df975be91dedff50cf4e7ec79337e611 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Jul 2026 11:37:15 +0000 Subject: [PATCH] fix(docs): add ARIA tab semantics to the ASM/SAT spec switcher The nav buttons that toggle between the ASM and SAT Redoc specs had no role or selected-state semantics, so screen reader users had no way to tell they were tabs or which spec was currently active. Adds role="tablist"/"tab"/"tabpanel", aria-controls, and aria-selected (kept in sync in the existing activate() handler). Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_017RsxuZiC7PrEJ7XkftvUqT --- docs/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 1ee17b8..6c14553 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,10 +46,12 @@ -
+