Skip to content

Commit

Permalink
Include links to focusable elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulis committed Jul 10, 2016
1 parent 4637bcd commit 749997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iron-data-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@
} else {
// unreliable with Shadow, document.activeElement doesn't go inside
// the shadow root.
return target.contains(Polymer.dom(document.activeElement).node);
return target.contains(Polymer.dom(document.activeElement).node) || target.tagName === 'A';
}
},

Expand Down

0 comments on commit 749997d

Please sign in to comment.