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

Side by Side Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2726483002: MD Settings: fix some dynamically bound aria-labels (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/device_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="about_page_browser_proxy.html"> 2 <link rel="import" href="about_page_browser_proxy.html">
3 <link rel="import" href="../i18n_setup.html"> 3 <link rel="import" href="../i18n_setup.html">
4 <link rel="import" href="../icons.html"> 4 <link rel="import" href="../icons.html">
5 <link rel="import" href="../lifetime_browser_proxy.html"> 5 <link rel="import" href="../lifetime_browser_proxy.html">
6 <link rel="import" href="../route.html"> 6 <link rel="import" href="../route.html">
7 <link rel="import" href="../settings_page/main_page_behavior.html"> 7 <link rel="import" href="../settings_page/main_page_behavior.html">
8 <link rel="import" href="../settings_page/settings_animated_pages.html"> 8 <link rel="import" href="../settings_page/settings_animated_pages.html">
9 <link rel="import" href="../settings_page/settings_section.html"> 9 <link rel="import" href="../settings_page/settings_section.html">
10 <link rel="import" href="../settings_page_css.html"> 10 <link rel="import" href="../settings_page_css.html">
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 [[promoteUpdaterStatus_.text]] 153 [[promoteUpdaterStatus_.text]]
154 <a href="https://support.google.com/chrome/answer/95414" 154 <a href="https://support.google.com/chrome/answer/95414"
155 target="_blank" id="updaterLearnMore" 155 target="_blank" id="updaterLearnMore"
156 on-tap="onLearnMoreTap_"> 156 on-tap="onLearnMoreTap_">
157 $i18n{learnMore} 157 $i18n{learnMore}
158 </a> 158 </a>
159 </div> 159 </div>
160 <button class="subpage-arrow" is="paper-icon-button-light" 160 <button class="subpage-arrow" is="paper-icon-button-light"
161 disabled="[[promoteUpdaterStatus_.disabled]]" 161 disabled="[[promoteUpdaterStatus_.disabled]]"
162 hidden="[[!promoteUpdaterStatus_.actionable]]" 162 hidden="[[!promoteUpdaterStatus_.actionable]]"
163 aria-label="[[promoteUpdaterStatus_.text]]"> 163 aria-label$="[[promoteUpdaterStatus_.text]]">
164 </button> 164 </button>
165 </div> 165 </div>
166 </template> 166 </template>
167 </if> 167 </if>
168 <div id="help" class="settings-box" on-tap="onHelpTap_" actionable> 168 <div id="help" class="settings-box" on-tap="onHelpTap_" actionable>
169 <div class="start">$i18n{aboutGetHelpUsingChrome}</div> 169 <div class="start">$i18n{aboutGetHelpUsingChrome}</div>
170 <button class="icon-external" is="paper-icon-button-light" 170 <button class="icon-external" is="paper-icon-button-light"
171 aria-labelledby="help"></button> 171 aria-labelledby="help"></button>
172 </div> 172 </div>
173 <if expr="_google_chrome"> 173 <if expr="_google_chrome">
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 <settings-detailed-build-info></settings-detailed-build-info> 216 <settings-detailed-build-info></settings-detailed-build-info>
217 </settings-subpage> 217 </settings-subpage>
218 </template> 218 </template>
219 </if> 219 </if>
220 </settings-animated-pages> 220 </settings-animated-pages>
221 </settings-section> 221 </settings-section>
222 </div> 222 </div>
223 </template> 223 </template>
224 <script src="about_page.js"></script> 224 <script src="about_page.js"></script>
225 </dom-module> 225 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/device_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698