| author | Max Li | 2012-02-15 15:32:38 (EST) |
|---|---|---|
| committer | sfranklin | 2012-02-16 16:47:44 (EST) |
| commit | 3d51f134b97895b08a4001bb9be058d49ec20ccd (patch) (side-by-side diff) | |
| tree | cc1ec54e4d7e7882b6450f39b8bf44d2303f0896 | |
| parent | f0a04ebcbd00be6ec988ac37bb3a5115967b89db (diff) | |
| download | org.eclipse.orion.client-3d51f134b97895b08a4001bb9be058d49ec20ccd.zip org.eclipse.orion.client-3d51f134b97895b08a4001bb9be058d49ec20ccd.tar.gz org.eclipse.orion.client-3d51f134b97895b08a4001bb9be058d49ec20ccd.tar.bz2 | |
Bug 371675 - Cannot tab to Add Favorites button
| -rw-r--r-- | bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js b/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js index a5693bb..02a34d0 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js @@ -38,7 +38,7 @@ define(['require'], '<div id="relatedLinks" class="layoutRight pageNav"></div>' + '<div id="extras" class="layoutRight pageNav">' + '<div id="globalActions" class="pageNav"></div>' + - '<span id="pageFavorite" tabindex: "0" role: "button" class="imageSprite core-sprite-favorite_sml"></span>' + + '<span id="pageFavorite" tabindex="0" role="button" aria-label="Add this page to the favorites list" class="imageSprite core-sprite-favorite_sml"></span>' + '</div>' + '<div id="dimension" class="layoutBlock dimension"></div>' + '<div id="location" class="layoutBlock currentLocation"></div>' + |

