From 9f657f648eb3a5cf2b1aa197e7f93dd692e2da7c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 03:19:14 +0000 Subject: [PATCH 1/2] Initial plan From a4ddfd691dd09814433dd567f1025262d9108d0c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 03:28:29 +0000 Subject: [PATCH 2/2] docs: add aria-live enhancement script for search results accessibility Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/components/CustomHead.astro | 5 ++ docs/src/scripts/search-aria.ts | 76 ++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 docs/src/scripts/search-aria.ts diff --git a/docs/src/components/CustomHead.astro b/docs/src/components/CustomHead.astro index edd72ce1e4f..2ae80f8c4a5 100644 --- a/docs/src/components/CustomHead.astro +++ b/docs/src/components/CustomHead.astro @@ -74,6 +74,11 @@ const filteredHead = head.filter(({ tag, attrs }) => { import '../scripts/responsive-tables.ts'; + + +