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

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

Issue 646853004: Enable a11y audit for chrome://settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Apply Feedback pt2 Created 6 years 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 | chrome/browser/ui/webui/options/autofill_options_browsertest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index ff039804b753463fe9f47a776ea0eb676f30d390..3d1b10706bd9ab4094ad501257e20611f0e03eba 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -441,12 +441,16 @@
</div>
<div>
<div class="media-device-control">
- <span i18n-content="mediaSelectMicLabel"></span>
- <select id="media-select-mic" class="weakrtl"></select>
+ <span id="media-select-mic-label" i18n-content="mediaSelectMicLabel">
+ </span>
+ <select id="media-select-mic" class="weakrtl"
+ aria-labelledby="media-select-mic-label"></select>
</div>
<div class="media-device-control">
- <span i18n-content="mediaSelectCameraLabel"></span>
- <select id="media-select-camera" class="weakrtl"></select>
+ <span id="media-select-camera-label"
+ i18n-content="mediaSelectCameraLabel"></span>
+ <select id="media-select-camera" class="weakrtl"
+ aria-labelledby="media-select-camera-label"></select>
</div>
<div class="radio controlled-setting-with-label">
<label>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/autofill_options_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698