From 64e67eeba170b07ccea1d89299032807ed8b1d31 Mon Sep 17 00:00:00 2001 From: les Date: Thu, 15 Jul 2021 23:40:58 +0200 Subject: [PATCH] improve a11y --- components/Calendar.vue | 1 + components/Footer.vue | 2 +- components/Nav.vue | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/components/Calendar.vue b/components/Calendar.vue index 4e49ebfa..327241ac 100644 --- a/components/Calendar.vue +++ b/components/Calendar.vue @@ -8,6 +8,7 @@ :locale='$i18n.locale' :attributes='attributes' transition='fade' + aria-label='Calendar' is-expanded is-inline @dayclick='click') diff --git a/components/Footer.vue b/components/Footer.vue index 86df34a3..a31c28fa 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -1,5 +1,5 @@