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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 11090015: Screen reader now reads the file manager selection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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 | chrome/browser/resources/shared/js/cr/ui/table.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index c01d7db22e3a3e3736bc507b4b0ff7489e17419f..39ac74a76097df65d271e5c909921882316d9327 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -223,7 +223,7 @@
<div class=dialog-body>
<div class=filelist-panel>
<div id="list-container">
- <div class=detail-table tabindex=0></div>
+ <div class=detail-table id="detail-table" tabindex=0></div>
<grid class=thumbnail-grid tabindex=0></grid>
<div id="spinner-container">
<div id="spinner-with-text"></div>
« no previous file with comments | « no previous file | chrome/browser/resources/shared/js/cr/ui/table.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698