From bb0298389394588e09eac1563ee28d625734ff77 Mon Sep 17 00:00:00 2001 From: Oliver Juhas Date: Mon, 8 Aug 2022 21:32:51 +0200 Subject: [PATCH] Accessibility: Adding missing form field and table header labels to template files (#31211) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add screen reader labels to improve accessibility in various locations. * Adding missing table header labels * Adding missing form field labels * Adding missing form field label * Adding missing form field labels — Ideally we would add these with `` tag (may be hidden with `screen-reader-text` class), but playing safe here to prevent CSS style issues. * Adding missing form field label * Changing `aria-label` attribute to actual `