Skip to content

Commit

Permalink
fix(input): remove invalid aria-target attribute (#1513)
Browse files Browse the repository at this point in the history
* The aria-target attribute is a non-existing attribute (also confirmed again by searching through the W3C docs)

Fixes #929
  • Loading branch information
devversion authored and jelbourn committed Oct 17, 2016
1 parent e0db8c3 commit 601c036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/input/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<div class="md-input-infix">
<input #input
aria-target
class="md-input-element"
[class.md-end]="align == 'end'"
[attr.aria-label]="ariaLabel"
Expand Down

0 comments on commit 601c036

Please sign in to comment.