From 6c580bc41160f75dcf01e8d8081e895cb2ac4ea8 Mon Sep 17 00:00:00 2001 From: Agate Date: Tue, 4 Aug 2020 17:27:00 +0200 Subject: [PATCH] Added aria-landmarks on important pieces of content --- front/src/App.vue | 2 +- front/src/components/Footer.vue | 5 ++++- front/src/components/Sidebar.vue | 5 ++++- front/src/components/audio/Player.vue | 5 ++++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index 702fd36b9..85c9391a5 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -15,7 +15,7 @@ - + -
+
+

+ Application footer +

diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index bf2ed255a..2a2a6e7a5 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -107,7 +107,10 @@ Create an account
-
+
+

+ Main navigation +

diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index c2091141f..98219045e 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -1,5 +1,8 @@