Skip to content

Commit

Permalink
Merge pull request #474 from mathjax/a11y_chromevox_menu_entry
Browse files Browse the repository at this point in the history
Adapts Menu entry to new reduced number of ChromeVox styles in SRE.
  • Loading branch information
dpvc committed Apr 8, 2020
2 parents 6a3aba6 + c0b8b52 commit 64e0617
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts/ui/menu/Menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,7 @@ export class Menu {
['clearspeak-default', 'Auto']
])),
this.submenu('ChromeVox', 'ChromeVox Rules', this.radioGroup('speechRules', [
['default-default', 'Verbose'],
['default-short', 'Short'],
['default-default', 'Standard'],
['default-alternative', 'Alternative']
]))
]),
Expand Down

0 comments on commit 64e0617

Please sign in to comment.