diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 21:20:24 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 21:20:24 +0000 |
commit | 38d57cada621c79e6a21f9f56c9c92305123850f (patch) | |
tree | 80ebd40904b6b8d41917e2086fb8fccb8806c6de /chrome/browser/resources/new_new_tab.html | |
parent | 938d54ac33044905429ca7f0f55eb7fe2d459321 (diff) | |
download | chromium_src-38d57cada621c79e6a21f9f56c9c92305123850f.zip chromium_src-38d57cada621c79e6a21f9f56c9c92305123850f.tar.gz chromium_src-38d57cada621c79e6a21f9f56c9c92305123850f.tar.bz2 |
NNTP: Disable tabbing to hidden elements.
This is a work around since the WebKit fix is not on the M3 branch.
BUG=15711
TEST=Tab around. At all times something on the page should have focus
(unless the address bar got the focus).
Review URL: http://codereview.chromium.org/201068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 5bac6f6..6f62878 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -84,7 +84,7 @@ document.write('<link id="themecss" rel="stylesheet" ' + <div id="notification"> <span> </span> - <span><span class="link" tabindex="0"></span></span> + <span><span class="link"></span></span> </div> <div id="most-visited"> |