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

Unified Diff: chrome/browser/resources/extensions/extension_options_overlay.html

Issue 2765493002: Fixing accessibility bug with extensions preferences (Closed)
Patch Set: Reverted back to aria-hidden version. 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 | « AUTHORS ('k') | chrome/browser/resources/extensions/extensions.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extension_options_overlay.html
diff --git a/chrome/browser/resources/extensions/extension_options_overlay.html b/chrome/browser/resources/extensions/extension_options_overlay.html
index 6f2c9177f3f76ac4fcfa65aafbe4054d60497fc2..2398ac35be6dce8f71bed3a6a91201c7ee927cdf 100644
--- a/chrome/browser/resources/extensions/extension_options_overlay.html
+++ b/chrome/browser/resources/extensions/extension_options_overlay.html
@@ -6,7 +6,8 @@ in the LICENSE file.
<div id="extension-options-overlay" class="page">
<div class="close-button"></div>
<div id="extension-options-overlay-header">
- <img id="extension-options-overlay-icon"></img>
+ <img id="extension-options-overlay-icon"
+ aria-hidden="true"></img>
<h1 id="extension-options-overlay-title"></h1>
</div>
<div id="extension-options-overlay-guest"></div>
« no previous file with comments | « AUTHORS ('k') | chrome/browser/resources/extensions/extensions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698