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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.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_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index 5173746cfed9b22675382d19785413d1701c9189..fe3f2a56388c6ae376fd3ae09005d8407480053c 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -69,7 +69,7 @@
<div class="selectable">[[item.displayName]]</div>
<!-- This div must not contain extra whitespace. -->
- <div class="selectable secondary"
+ <div class="selectable secondary" id="siteDescription"
>[[computeSiteDescription_(item)]]</div>
</div>
</div>
@@ -84,8 +84,9 @@
</paper-icon-button>
<template is="dom-if" if="[[enableSiteSettings_]]">
<div on-tap="onOriginTap_" actionable>
- <button class="subpage-arrow" is="paper-icon-button-light">
- </button>
+ <button class="subpage-arrow" is="paper-icon-button-light"
+ aria-label="[[item.displayName]]"
+ aria-describedby="siteDescription"></button>
</div>
</template>
</div>

Powered by Google App Engine
This is Rietveld 408576698