From 53ab36bddd127ce35a085426d4df1828c00c0ed1 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 24 May 2017 09:57:38 +0200 Subject: [PATCH] Removed tab-index to fix issue #63: paper-badge has a tabindex while it shouldn't because of role=status --- paper-badge.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/paper-badge.html b/paper-badge.html index c1cfa0a..3238db7 100644 --- a/paper-badge.html +++ b/paper-badge.html @@ -113,8 +113,7 @@ is: 'paper-badge', hostAttributes: { - role: 'status', - tabindex: 0 + role: 'status' }, behaviors: [