diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 22:00:03 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 22:00:03 +0000 |
commit | 5b8356a3e3d23e56e461e8a17ac095a301ffeedf (patch) | |
tree | 9bf97e99ea128e926d8fcbe78a6bdba8d4f1f83a /remoting | |
parent | 5fa097a841efa1dac2d45217454319b7750dfb78 (diff) | |
download | chromium_src-5b8356a3e3d23e56e461e8a17ac095a301ffeedf.zip chromium_src-5b8356a3e3d23e56e461e8a17ac095a301ffeedf.tar.gz chromium_src-5b8356a3e3d23e56e461e8a17ac095a301ffeedf.tar.bz2 |
Make local host edit control keyboard-accessible.
BUG=126200
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/10389081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/main.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index b0c7da5..0607f93 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -164,7 +164,8 @@ found in the LICENSE file. <div id="this-host-name" class="box-spacer"></div> <img id="this-host-rename" class="host-list-edit host-list-rename-icon" - src="icon_pencil.png"> + src="icon_pencil.png" + tabIndex="0"> <button type="button" id="stop-daemon" i18n-content="HOME_DAEMON_STOP_BUTTON"> |