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

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 2262123002: [MD History] Small accessibility fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@toolbar_shadow
Patch Set: Created 4 years, 4 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
Index: chrome/browser/resources/md_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index a501951e07c25c9e477cae746f31d66dd72b37bf..b04ddac81402a6558db36b8361d977589e74dc69 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -149,7 +149,8 @@
<div id="item-container">
<paper-checkbox id="checkbox" on-mousedown="onCheckboxMousedown_"
on-click="onCheckboxSelected_" checked="{{selected}}"
- disabled="[[selectionNotAllowed_()]]">
+ disabled="[[selectionNotAllowed_()]]"
+ aria-label$="[[getEntrySummary_(item)]]">
</paper-checkbox>
<span id="time-accessed">[[item.readableTimestamp]]</span>
<div class="website-icon" id="icon"></div>
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698