From 4650f64c1eb6f00095eeb6bad6f455ad4b4e5a3f Mon Sep 17 00:00:00 2001
From: Classic298 <27028174+Classic298@users.noreply.github.com>
Date: Mon, 27 Jul 2026 00:56:38 +0200
Subject: [PATCH] fix: make admin user table sortable by keyboard (WCAG 2.1.1,
4.1.2) (#27501)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
On latest `dev`, the five sortable column headers in the admin Users table are click handling `
` elements:
```svelte
| setSortKey('name')}>
```
A ` | ` is not interactive. There is no ` |