From 8f300af325b04b048a6bf636ee5993aa74dc7e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Thu, 25 Jun 2015 14:16:37 +0200 Subject: [PATCH 1/2] Updated dialog a11y help. --- plugins/a11yhelp/dialogs/lang/en.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/a11yhelp/dialogs/lang/en.js b/plugins/a11yhelp/dialogs/lang/en.js index 9a45c0f91a7..f8335dbc094 100644 --- a/plugins/a11yhelp/dialogs/lang/en.js +++ b/plugins/a11yhelp/dialogs/lang/en.js @@ -20,11 +20,10 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'en', { { name: 'Editor Dialog', - legend: 'Inside a dialog, press TAB to navigate to next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. ' + - 'For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. ' + - 'Then move to next tab with TAB OR RIGTH ARROW. ' + - 'Move to previous tab with SHIFT + TAB or LEFT ARROW. ' + - 'Press SPACE or ENTER to select the tab page.' + legend: + 'Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. ' + + 'When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. ' + + 'With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively.' }, { From f11543e7d1c8a4716f2b4f2c24cc684b3d5a1e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Thu, 25 Jun 2015 14:21:49 +0200 Subject: [PATCH 2/2] Fixed inconsistent keystrokes. --- plugins/a11yhelp/dialogs/lang/en.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/a11yhelp/dialogs/lang/en.js b/plugins/a11yhelp/dialogs/lang/en.js index f8335dbc094..7dfeb9852c9 100644 --- a/plugins/a11yhelp/dialogs/lang/en.js +++ b/plugins/a11yhelp/dialogs/lang/en.js @@ -13,7 +13,7 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'en', { { name: 'Editor Toolbar', legend: 'Press ${toolbarFocus} to navigate to the toolbar. ' + - 'Move to the next and previous toolbar group with TAB and SHIFT-TAB. ' + + 'Move to the next and previous toolbar group with TAB and SHIFT+TAB. ' + 'Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. ' + 'Press SPACE or ENTER to activate the toolbar button.' }, @@ -40,7 +40,7 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'en', { { name: 'Editor List Box', legend: 'Inside a list-box, move to next list item with TAB OR DOWN ARROW. ' + - 'Move to previous list item with SHIFT + TAB or UP ARROW. ' + + 'Move to previous list item with SHIFT+TAB or UP ARROW. ' + 'Press SPACE or ENTER to select the list option. ' + 'Press ESC to close the list-box.' }, @@ -49,7 +49,7 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'en', { name: 'Editor Element Path Bar', legend: 'Press ${elementsPathFocus} to navigate to the elements path bar. ' + 'Move to next element button with TAB or RIGHT ARROW. ' + - 'Move to previous button with SHIFT+TAB or LEFT ARROW. ' + + 'Move to previous button with SHIFT+TAB or LEFT ARROW. ' + 'Press SPACE or ENTER to select the element in editor.' } ]