Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8703)

Unified Diff: chrome/browser/resources/md_downloads/toolbar.html

Issue 2555693006: MD Downloads: fix some a11y issues (Closed)
Patch Set: more nits Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_downloads/toolbar.html
diff --git a/chrome/browser/resources/md_downloads/toolbar.html b/chrome/browser/resources/md_downloads/toolbar.html
index d974e9ed29216d4ad234abf3ab6201eb88918b40..2713ab3e0d6c3b9b433068db64ed2273dc9d51a8 100644
--- a/chrome/browser/resources/md_downloads/toolbar.html
+++ b/chrome/browser/resources/md_downloads/toolbar.html
@@ -94,11 +94,11 @@
class="dropdown-trigger"></paper-icon-button>
<paper-menu class="dropdown-content">
<paper-item class="clear-all" on-tap="onClearAllTap_"
- on-blur="onItemBlur_">
+ role="menuitem" on-blur="onItemBlur_">
$i18n{clearAll}
</paper-item>
<paper-item on-tap="onOpenDownloadsFolderTap_"
- on-blur="onItemBlur_">
+ role="menuitem" on-blur="onItemBlur_">
$i18n{openDownloadsFolder}
</paper-item>
</paper-menu>
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.html ('k') | chrome/browser/resources/md_downloads/vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698