From 601c036ea82ee81193ba98cca8dc022322014f94 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Mon, 17 Oct 2016 12:05:50 +0200 Subject: [PATCH] fix(input): remove invalid aria-target attribute (#1513) * The aria-target attribute is a non-existing attribute (also confirmed again by searching through the W3C docs) Fixes #929 --- src/lib/input/input.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/input/input.html b/src/lib/input/input.html index 1f9d82350f1e..bb11bc1ea131 100644 --- a/src/lib/input/input.html +++ b/src/lib/input/input.html @@ -4,7 +4,6 @@