From 816d5bd2e3268aac543ecfe534290879ee59da1d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 17 Jun 2017 15:07:49 +0200 Subject: Docs: accessibility and IE fixes for SVG-based top navigation (#22848) * Add explicit aria-label attributes to based links As some browser/AT combinations don't seem to fully support grabbing the `` from inside the `` as the link text/name to announce (e.g. Firefox+NVDA) * Add to Bootstrap logo * Add to menu * Add explicit focusable="false" to icons Due to a bug/"feature" in IE, `` elements are usually separately focusable, which then results in links with `` icons being essentially focused twice (once for the link, and once for the `` inside, which is then also non-interactive) --- _includes/docs-navbar.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_includes/docs-navbar.html') diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html index 0b2401d4d..89960f0ac 100644 --- a/_includes/docs-navbar.html +++ b/_includes/docs-navbar.html @@ -1,5 +1,5 @@ -- cgit v1.2.3