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

Unified Diff: chrome/browser/resources/md_bookmarks/item.html

Issue 2955563002: MD Bookmarks: Initial screenreader accessibility improvements (Closed)
Patch Set: Privatize and rebase Created 3 years, 5 months 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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/folder_node.js ('k') | chrome/browser/resources/md_bookmarks/item.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/item.html
diff --git a/chrome/browser/resources/md_bookmarks/item.html b/chrome/browser/resources/md_bookmarks/item.html
index a5a776fe4119527370dd5a391f1e3173f9daf9a6..2ce033d8ffb24806ec39d53cd9070633b90d36ec 100644
--- a/chrome/browser/resources/md_bookmarks/item.html
+++ b/chrome/browser/resources/md_bookmarks/item.html
@@ -68,9 +68,13 @@
<div id="website-title">
[[item_.title]]
</div>
- <button is="paper-icon-button-light" class="more-vert-button"
- on-click="onMenuButtonClick_" on-dblclick="onMenuButtonDblClick_"
- tabindex$="[[ironListTabIndex]]" on-focus="clearMouseFocus">
+ <button is="paper-icon-button-light"
+ class="more-vert-button"
+ tabindex$="[[ironListTabIndex]]"
+ title="$i18n{moreActionsButtonTitle}"
+ on-click="onMenuButtonClick_"
+ on-dblclick="onMenuButtonDblClick_"
+ on-focus="clearMouseFocus">
<div></div>
<div></div>
<div></div>
« no previous file with comments | « chrome/browser/resources/md_bookmarks/folder_node.js ('k') | chrome/browser/resources/md_bookmarks/item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698