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

Side by Side 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, 8 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 | « AUTHORS ('k') | chrome/browser/resources/extensions/extensions.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be found 3 Use of this source code is governed by a BSD-style license that can be found
4 in the LICENSE file. 4 in the LICENSE file.
5 --> 5 -->
6 <div id="extension-options-overlay" class="page"> 6 <div id="extension-options-overlay" class="page">
7 <div class="close-button"></div> 7 <div class="close-button"></div>
8 <div id="extension-options-overlay-header"> 8 <div id="extension-options-overlay-header">
9 <img id="extension-options-overlay-icon"></img> 9 <img id="extension-options-overlay-icon"
10 aria-hidden="true"></img>
10 <h1 id="extension-options-overlay-title"></h1> 11 <h1 id="extension-options-overlay-title"></h1>
11 </div> 12 </div>
12 <div id="extension-options-overlay-guest"></div> 13 <div id="extension-options-overlay-guest"></div>
13 </div> 14 </div>
OLDNEW
« 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