From 1431cad8d32f17eac911e9e3c3d262facbba0d02 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:01:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Enhance=20table=20sor?= =?UTF-8?q?ting=20accessibility=20and=20fix=20semantic=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed mismatched `` tag in `base.html` for `quickScanTrigger`. - Enhanced table sorting in `list_base.html` by adding keyboard support (`role="button"`, `tabindex="0"`, `Enter`/`Space` listeners). - Improved screen reader support with `aria-sort` and descriptive `aria-label` attributes for sorting headers. - Added focus styles for keyboard users. - Updated Palette's journal with accessibility learnings. 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 | 22 ++++++++++++++++++++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.Jules/palette.md b/.Jules/palette.md index 3ce56a2..4d74baf 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 `