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

Unified Diff: chrome/browser/resources/settings/site_settings_page/site_settings_page.html

Issue 2742983003: MD Settings: fix attribute name typo to enhance a11y of JavaScript subpage button on content settin… (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 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/settings/site_settings_page/site_settings_page.html
diff --git a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
index a2f49dd9df30a12061956edeee0156fba9aec6e3..510bbaa01eb064b8a1a083f08599a8282e0014eb 100644
--- a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
+++ b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
@@ -121,7 +121,7 @@
<iron-icon icon="settings:input"></iron-icon>
<div class="middle">
$i18n{siteSettingsJavascript}
- <div class="secondary" is="javascriptSecondary">
+ <div class="secondary" id="javascriptSecondary">
[[defaultSettingLabel_(
default_.javascript,
'$i18nPolymer{siteSettingsAllowed}',
« 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