From 42c7831c9618032a77f5830bc98e748664c6ace9 Mon Sep 17 00:00:00 2001 From: xRangerDE Date: Mon, 11 May 2026 08:01:26 +0200 Subject: [PATCH] a11y: scope=col + aria-labelledby on the template-guide variable table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Verfugbare Variablen / Available Variables" reference table inside the Template Guide modal (a 3-column data table mapping placeholders to descriptions and example output) was missing two standard data-table a11y hooks: - The three cells had no scope attribute. The implicit -inside- column scope works in modern screen readers but explicit scope="col" is the recommended pattern and what a11y audit tooling looks for. - The had no programmatic relationship to its own heading (the

directly above). Added aria-labelledby="templateGuideVarsTitle" so screen readers announce the table's purpose ("Verfugbare Variablen, Tabelle") when the user enters it. Pairs nicely with the storage-stats table fix in 4.6.107 — both data tables in the app now have explicit column scopes. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 622cf4f..6bd0f1d 100644 --- a/src/index.html +++ b/src/index.html @@ -160,12 +160,12 @@

Verfugbare Variablen

-

+
- - - + + +
VariableBeschreibungBeispielVariableBeschreibungBeispiel