From 57bae6d28469ce76169b550e8cfea9ee6d9baf17 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 Jul 2022 10:30:29 +0200 Subject: [PATCH] Add headline to sidebar sections to improve landmarks > Section lacks heading. Consider using h2-h6 elements to add identifying > headings to all sections, or else use a div element instead for any > cases where no heading is needed. Signed-off-by: Joas Schilling --- src/components/AppSidebarTab/AppSidebarTab.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/AppSidebarTab/AppSidebarTab.vue b/src/components/AppSidebarTab/AppSidebarTab.vue index 2d1b8ec0fe..576210e976 100644 --- a/src/components/AppSidebarTab/AppSidebarTab.vue +++ b/src/components/AppSidebarTab/AppSidebarTab.vue @@ -32,6 +32,9 @@ tabindex="0" role="tabpanel" @scroll="onScroll"> +

+ {{ name }} +