diff --git a/content-templates/Example-Template.html b/content-templates/Example-Template.html index e22469348f..b68aa9bc54 100644 --- a/content-templates/Example-Template.html +++ b/content-templates/Example-Template.html @@ -118,7 +118,7 @@

Keyboard Support

Use kbd tags,e.g. KeyName. Key names use first-letter caps, e.g., Enter. Single space between multiple Words, e.g., Up Arrow. - Use + to separate modifiers, e.g., Control + Right Arrow. + Use + to separate modifiers, e.g., Control + Right Arrow. One key per row, e.g., do not combine Up Arrow and Down Arrow into a single row. Do not use the word "key", e.g., do not write Enter Key or Enter key. --> diff --git a/content/patterns/accordion/accordion-pattern.html b/content/patterns/accordion/accordion-pattern.html index c39f4e1745..6bd2cb18ad 100644 --- a/content/patterns/accordion/accordion-pattern.html +++ b/content/patterns/accordion/accordion-pattern.html @@ -59,7 +59,7 @@

Keyboard Interaction

  • Tab: Moves focus to the next focusable element; all focusable elements in the accordion are included in the page Tab sequence.
  • -
  • Shift + Tab: Moves focus to the previous focusable element; all focusable elements in the accordion are included in the page Tab sequence.
  • +
  • Shift + Tab: Moves focus to the previous focusable element; all focusable elements in the accordion are included in the page Tab sequence.
  • Down Arrow (Optional): If focus is on an accordion header, moves focus to the next accordion header. If focus is on the last accordion header, either does nothing or moves focus to the first accordion header. diff --git a/content/patterns/accordion/examples/accordion.html b/content/patterns/accordion/examples/accordion.html index 7eca23f625..e7510a1c6a 100644 --- a/content/patterns/accordion/examples/accordion.html +++ b/content/patterns/accordion/examples/accordion.html @@ -175,7 +175,7 @@

    Keyboard Support

    - Shift + Tab + Shift + Tab
  • If the combobox is editable, it supports standard single line text editing keys appropriate for the device platform (see note below).
  • -
  • Alt + Down Arrow (Optional): If the popup is available but not displayed, displays the popup without moving focus.
  • +
  • Alt + Down Arrow (Optional): If the popup is available but not displayed, displays the popup without moving focus.
  • - Alt + Up Arrow (Optional): If the popup is displayed: + Alt + Up Arrow (Optional): If the popup is displayed:
  • -
  • Control + Home (optional): moves focus to the first row.
  • -
  • Control + End (Optional): moves focus to the last row.
  • +
  • Control + Home (optional): moves focus to the first row.
  • +
  • Control + End (Optional): moves focus to the last row.
  • Any printable character: If the combobox is editable, returns the focus to the combobox without closing the popup and types the character.
  • Backspace (Optional): If the combobox is editable, returns focus to the combobox and deletes the character prior to the cursor.
  • Delete (Optional): If the combobox is editable, returns focus to the combobox, removes the selected state if a suggestion was selected, and removes the inline autocomplete string if present.
  • diff --git a/content/patterns/combobox/examples/combobox-autocomplete-both.html b/content/patterns/combobox/examples/combobox-autocomplete-both.html index 26a87a6dab..8092e32929 100644 --- a/content/patterns/combobox/examples/combobox-autocomplete-both.html +++ b/content/patterns/combobox/examples/combobox-autocomplete-both.html @@ -186,7 +186,7 @@

    Textbox

    - Alt + Down Arrow + Alt + Down Arrow Opens the listbox without moving focus or changing selection. @@ -221,7 +221,7 @@

    Textbox

    Standard single line text editing keys diff --git a/content/patterns/combobox/examples/combobox-autocomplete-list.html b/content/patterns/combobox/examples/combobox-autocomplete-list.html index fc47b07e34..c1f0e1bb45 100644 --- a/content/patterns/combobox/examples/combobox-autocomplete-list.html +++ b/content/patterns/combobox/examples/combobox-autocomplete-list.html @@ -185,7 +185,7 @@

    Textbox

    - Alt + Down Arrow + Alt + Down Arrow Opens the listbox without moving focus or changing selection. @@ -215,7 +215,7 @@

    Textbox

    Standard single line text editing keys diff --git a/content/patterns/combobox/examples/combobox-autocomplete-none.html b/content/patterns/combobox/examples/combobox-autocomplete-none.html index 9503c57bef..8f5a6142f9 100644 --- a/content/patterns/combobox/examples/combobox-autocomplete-none.html +++ b/content/patterns/combobox/examples/combobox-autocomplete-none.html @@ -138,7 +138,7 @@

    Textbox

    - Alt + Down Arrow + Alt + Down Arrow Opens the listbox without moving focus or changing selection. @@ -158,7 +158,7 @@

    Textbox

    Standard single line text editing keys diff --git a/content/patterns/combobox/examples/combobox-datepicker.html b/content/patterns/combobox/examples/combobox-datepicker.html index 3fc085a474..0bee5feba8 100644 --- a/content/patterns/combobox/examples/combobox-datepicker.html +++ b/content/patterns/combobox/examples/combobox-datepicker.html @@ -33,7 +33,7 @@

    About This Example

    The below date picker demonstrates an implementation of the Combobox Pattern that opens a dialog. - The date picker dialog is opened by activating the choose date button or by moving keyboard focus to the combobox and pressing Down Arrow or Alt + Down Arrow. + The date picker dialog is opened by activating the choose date button or by moving keyboard focus to the combobox and pressing Down Arrow or Alt + Down Arrow. The dialog contains an implementation of the grid pattern for displaying a calendar and enabling selection of a date. Additional buttons in the dialog are available for changing the month and year shown in the grid.

    @@ -220,7 +220,7 @@

    Combobox

    - Down Arrow,
    ALT + Down Arrow + Down Arrow,
    ALT + Down Arrow