From d27ff7b04197489b6e26d5c1f8fb7e207be0f9d8 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:58:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Enhance=20table=20sor?= =?UTF-8?q?ting=20accessibility=20and=20fix=20base=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Implemented accessible table sorting in `list_base.html`: - Added `role="button"` and `tabindex="0"` to header wrappers. - Added `aria-label` for descriptive sorting actions. - Added keyboard support (Enter/Space) for sorting. - Added `aria-sort` attribute to reflect current sort state. - Added focus ring styles for better keyboard navigation visibility. - Fixed HTML syntax error in `base.html`: - Replaced mismatched `` with `` for `quickScanTrigger`. - Updated `.Jules/palette.md` with learnings about accessible table sorting. Co-authored-by: Woschj <81321922+Woschj@users.noreply.github.com> --- .Jules/palette.md | 4 + app/templates/base.html | 2 +- app/templates/shared/list_base.html | 776 ++++++++++++++-------------- 3 files changed, 404 insertions(+), 378 deletions(-) diff --git a/.Jules/palette.md b/.Jules/palette.md index 3ce56a2..ee9371c 100644 --- a/.Jules/palette.md +++ b/.Jules/palette.md @@ -7,3 +7,7 @@ ## 2026-02-15 - [Semantic Form Labels] **Learning:** Even with clear visual labels, missing `for` attributes on `