From a8b99d39748d1dc9fa1c9ac6d0de88d8ce44b3fc Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Thu, 11 May 2017 12:46:04 -0700 Subject: [PATCH] Improve accessibility by adding alternative text for screen-readers. (#11548) * Ensure img elements have alt text where necessary (none do). - Add aria-hidden to global nav icon. * Remove unused title attribute from SavedObjectFinder. --- .../kibana/public/dashboard/top_nav/add_panel.html | 7 +++++-- .../kibana/public/visualize/wizard/step_2.html | 1 - .../global_nav/global_nav_link/global_nav_link.html | 3 +-- src/ui/public/directives/saved_object_finder.js | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/core_plugins/kibana/public/dashboard/top_nav/add_panel.html b/src/core_plugins/kibana/public/dashboard/top_nav/add_panel.html index 43ed95963b899..7888e7cae886b 100644 --- a/src/core_plugins/kibana/public/dashboard/top_nav/add_panel.html +++ b/src/core_plugins/kibana/public/dashboard/top_nav/add_panel.html @@ -25,7 +25,6 @@
- +
diff --git a/src/core_plugins/kibana/public/visualize/wizard/step_2.html b/src/core_plugins/kibana/public/visualize/wizard/step_2.html index 64d06798f8742..0d6b224e440ad 100644 --- a/src/core_plugins/kibana/public/visualize/wizard/step_2.html +++ b/src/core_plugins/kibana/public/visualize/wizard/step_2.html @@ -34,7 +34,6 @@