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

Side by Side Diff: chrome/browser/resources/print_preview/search/destination_list_item.html

Issue 601083004: Enable a11y audit for chrome://print and fix failing tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 <li id="destination-list-item-template" class="destination-list-item" hidden> 1 <li id="destination-list-item-template" class="destination-list-item" hidden>
2 <span class="destination-list-item-content"> 2 <span class="destination-list-item-content">
3 <img class="destination-list-item-icon"> 3 <img class="destination-list-item-icon" alt="">
Aleksey Shlyapnikov 2014/10/21 01:58:36 Shouldn't we add role="presentation" here too?
hcarmona 2014/10/21 21:32:37 alt="" is equivalent to role="presentation". We co
4 <span class="destination-list-item-name"></span> 4 <span class="destination-list-item-name"></span>
5 <span class="offline-status" hidden></span> 5 <span class="offline-status" hidden></span>
6 <span class="register-promo" hidden> 6 <span class="register-promo" hidden>
7 <button i18n-content="registerPromoButtonText" 7 <button i18n-content="registerPromoButtonText"
8 class="register-promo-button"> 8 class="register-promo-button">
9 </button> 9 </button>
10 </span> 10 </span>
11 </span> 11 </span>
12 </li> 12 </li>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698