Commit 2de92717 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview Componentization: Add destination list items to tab order

Ensure user can tab to destination list items in the destinations
dialog.

Bug: 859846
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: I137fc8cc73ee6bfef197607ed7a75d711002a6f8
Reviewed-on: https://chromium-review.googlesource.com/1125279
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572489}
parent 7dbf2eae
......@@ -50,6 +50,10 @@ Polymer({
// </if>
},
hostAttributes: {
tabindex: 0,
},
observers: [
'onDestinationPropertiesChange_(' +
'destination.displayName, destination.isOfflineOrInvalid, ' +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment