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

Unified Diff: chrome/browser/resources/settings/site_settings/site_data.html

Issue 2689053002: MD Settings: label and describe a bunch of subpage/open-in-new buttons (Closed)
Patch Set: downloadSize -> downloadsSize Created 3 years, 10 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/settings/site_settings/site_data.html
diff --git a/chrome/browser/resources/settings/site_settings/site_data.html b/chrome/browser/resources/settings/site_settings/site_data.html
index d9387121bdeb414b5b54fed8410bddcd98251812..111aa750114a329f0eb83bd7afaf5cac41b82ddd 100644
--- a/chrome/browser/resources/settings/site_settings/site_data.html
+++ b/chrome/browser/resources/settings/site_settings/site_data.html
@@ -42,9 +42,11 @@
</div>
<div class="middle">
[[item.site]]
- <div class="secondary">[[item.localData]]</div>
+ <div class="secondary" id="siteSecondary">[[item.localData]]</div>
</div>
- <button class="subpage-arrow" is="paper-icon-button-light"></button>
+ <button class="subpage-arrow" is="paper-icon-button-light"
+ aria-label="[[item.site]]"
+ aria-describedby="siteSecondary"></button>
</div>
</template>
</div>

Powered by Google App Engine
This is Rietveld 408576698