Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js |
index b52769977634896ae98ca8e79ac3a49c9ba7d9ca..b8d759de651a2eed26baf052ce25434d85fc8618 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js |
@@ -143,18 +143,18 @@ cvox.UserEventDetail.Status = { |
*/ |
// TODO (clchen): Integrate this with command_store.js. |
cvox.UserEventDetail.JUMP_COMMANDS = [ |
- 'nextCheckbox', 'previousCheckbox', 'nextRadio', 'previousRadio', |
- 'nextSlider', 'previousSlider', 'nextGraphic', 'previousGraphic', |
- 'nextButton', 'previousButton', 'nextComboBox', 'previousComboBox', |
- 'nextEditText', 'previousEditText', 'nextHeading', 'previousHeading', |
- 'nextHeading1', 'previousHeading1', 'nextHeading2', 'previousHeading2', |
- 'nextHeading3', 'previousHeading3', 'nextHeading4', 'previousHeading4', |
- 'nextHeading5', 'previousHeading5', 'nextHeading6', 'previousHeading6', |
- 'nextLink', 'previousLink', 'nextMath', 'previousMath', 'nextTable', |
- 'previousTable', 'nextList', 'previousList', 'nextListItem', |
- 'previousListItem', 'nextFormField', 'previousFormField', 'nextLandmark', |
- 'previousLandmark', 'nextSection', 'previousSection', 'nextControl', |
- 'previousControl' |
+ 'nextCheckbox', 'previousCheckbox', 'nextRadio', 'previousRadio', |
+ 'nextSlider', 'previousSlider', 'nextGraphic', 'previousGraphic', |
+ 'nextButton', 'previousButton', 'nextComboBox', 'previousComboBox', |
+ 'nextEditText', 'previousEditText', 'nextHeading', 'previousHeading', |
+ 'nextHeading1', 'previousHeading1', 'nextHeading2', 'previousHeading2', |
+ 'nextHeading3', 'previousHeading3', 'nextHeading4', 'previousHeading4', |
+ 'nextHeading5', 'previousHeading5', 'nextHeading6', 'previousHeading6', |
+ 'nextLink', 'previousLink', 'nextMath', 'previousMath', |
+ 'nextTable', 'previousTable', 'nextList', 'previousList', |
+ 'nextListItem', 'previousListItem', 'nextFormField', 'previousFormField', |
+ 'nextLandmark', 'previousLandmark', 'nextSection', 'previousSection', |
+ 'nextControl', 'previousControl' |
]; |
/** |