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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.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/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index fdbaac1e52909e651e4605042ef1a07a835f77f9..d1beb976806c75867464e44ad7bcd0a5950b652e 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -105,16 +105,16 @@
<div class="settings-box two-line continuation indented"
on-tap="onManageAudioHistoryTap_" actionable>
<div class="start">
- <div>
- [[i18n('searchOkGoogleAudioHistoryLabel',
- hotwordInfo_.userName)]]
- </div>
- <div class="secondary">
+ [[i18n('searchOkGoogleAudioHistoryLabel',
+ hotwordInfo_.userName)]]
+ <div class="secondary" id="audioHistorySecondary">
$i18n{searchOkGoogleAudioHistorySubtext}
</div>
</div>
- <button class="icon-external" is="paper-icon-button-light">
- </button>
+ <button class="icon-external" is="paper-icon-button-light"
+ aria-label="[[i18n('searchOkGoogleAudioHistoryLabel',
+ hotwordInfo_.userName)]]"
+ aria-describedby="audioHistorySecondary"></button>
</div>
</template>
</template>
@@ -124,11 +124,13 @@
on-tap="onManageSearchEnginesTap_" actionable>
<div class="start">
$i18n{searchEnginesManage}
- <div class="secondary">
+ <div class="secondary" id="manageSearchEnginesSecondary">
$i18n{searchEnginesManageDescription}
</div>
</div>
- <button class="subpage-arrow" is="paper-icon-button-light"></button>
+ <button class="subpage-arrow" is="paper-icon-button-light"
+ aria-label="$i18n{searchEnginesManage}"
+ aria-describedby="manageSearchEnginesSecondary"></button>
</div>
</neon-animatable>
<template is="dom-if" route-path="/searchEngines">

Powered by Google App Engine
This is Rietveld 408576698