From 23ad9f4bc0d908a852a5dca87b30ec3be828f14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Gonz=C3=A1lez?= Date: Mon, 26 Mar 2018 08:36:43 -0400 Subject: [PATCH] [FIX] runbot: Add missing HTML attributes aria-* (#1) Some HTML attributes were missing, and are required to ensure good compatibility with screen readers. The following attributes are included: - `aria-expanded`: this should be present in all dropdown menus - `aria-label`: this should be present in all links and buttons which don't show text, but icons or images. --- runbot/templates/build.xml | 14 +++++++------- runbot/templates/frontend.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/runbot/templates/build.xml b/runbot/templates/build.xml index b8815fce..bb365a4d 100644 --- a/runbot/templates/build.xml +++ b/runbot/templates/build.xml @@ -23,10 +23,10 @@ - \ No newline at end of file + diff --git a/runbot/templates/frontend.xml b/runbot/templates/frontend.xml index a2454279..1c50219e 100644 --- a/runbot/templates/frontend.xml +++ b/runbot/templates/frontend.xml @@ -49,7 +49,7 @@