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

Unified Diff: chrome/browser/resources/options/certificate_backup_overlay.html

Issue 580903007: remove a couple more <label> for= uses (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/certificate_backup_overlay.html
diff --git a/chrome/browser/resources/options/certificate_backup_overlay.html b/chrome/browser/resources/options/certificate_backup_overlay.html
index 89cdba866d1671ac9042094907ef741301974fe9..ded4f5e149bf51ebe82893856b6af0ee0fd1e121 100644
--- a/chrome/browser/resources/options/certificate_backup_overlay.html
+++ b/chrome/browser/resources/options/certificate_backup_overlay.html
@@ -4,23 +4,19 @@
<div class="content-area">
<table>
<tr>
+ <td id="certificate-backup-password-label"
+ i18n-content="certificatePasswordLabel"></td>
<td>
- <label for="certificateBackupPassword">
- <span i18n-content="certificatePasswordLabel"></span>
- </label>
- </td>
- <td>
- <input id="certificateBackupPassword" type="password">
+ <input id="certificateBackupPassword" type="password"
+ aria-labelledby="certificate-backup-password-label">
</td>
</tr>
<tr>
+ <td id="certificate-backup-password-2-label"
+ i18n-content="certificateConfirmPasswordLabel"></td>
<td>
- <label for="certificateBackupPassword2">
- <span i18n-content="certificateConfirmPasswordLabel"></span>
- </label>
- </td>
- <td>
- <input id="certificateBackupPassword2" type="password">
+ <input id="certificateBackupPassword2" type="password"
+ aria-labelledby="certificate-backup-password-2-label">
</td>
</tr>
</table>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698