diff --git a/aria-practices-DeletedSectionsArchive.html b/aria-practices-DeletedSectionsArchive.html index f8ffc66206..22c9afb4d7 100644 --- a/aria-practices-DeletedSectionsArchive.html +++ b/aria-practices-DeletedSectionsArchive.html @@ -184,7 +184,7 @@

Auto Complete

Keyboard Interaction

@@ -539,7 +539,7 @@

Keyboard Interaction

If the carousel has an auto-rotate feature, automatic slide rotation stops when any element in the carousel receives keyboard focus. It does not resume unless the user activates the rotation control. -
  • Tab and Shift + Tab: Move focus through the interactive elements of the carousel as specified by the page tab sequence -- scripting for Tab is not necessary.
  • +
  • Tab and Shift + Tab: Move focus through the interactive elements of the carousel as specified by the page tab sequence -- scripting for Tab is not necessary.
  • Button elements implement the keyboard interaction defined in the button pattern. Note: Activating the rotation control, next slide, and previous slide do not move focus, so users may easily repetitively activate them as many times as desired. @@ -828,8 +828,8 @@
    Combobox Keyboard Interaction
  • 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 + Up Arrow (Optional): If the popup is displayed: +
  • 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:
  • -
  • 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.
  • @@ -1091,7 +1091,7 @@

    Dialog (Modal)

    Like non-modal dialogs, modal dialogs contain their tab sequence. - That is, Tab and Shift + Tab do not move focus outside the dialog. + That is, Tab and Shift + Tab do not move focus outside the dialog. However, unlike most non-modal dialogs, modal dialogs do not provide means for moving keyboard focus outside the dialog window without closing the dialog.

    @@ -1119,7 +1119,7 @@

    Keyboard Interaction

  • If focus is on the last tabbable element inside the dialog, moves focus to the first tabbable element inside the dialog.
  • -
  • Shift + Tab: +
  • Shift + Tab:
  • In the rare circumstance that a feed article contains a widget that uses the above suggested keys, the feed navigation key will operate the contained widget, and the user needs to move focus to an element that does not utilize the feed navigation keys in order to navigate the feed.
  • @@ -1466,8 +1466,8 @@
    Keyboard Interaction For Data Grids
  • Page Up: Moves focus up an author-determined number of rows, typically scrolling so the top row in the currently visible set of rows becomes one of the last visible rows. If focus is in the first row of the grid, focus does not move.
  • Home: moves focus to the first cell in the row that contains focus.
  • End: moves focus to the last cell in the row that contains focus.
  • -
  • Control + Home: moves focus to the first cell in the first row.
  • -
  • Control + End: moves focus to the last cell in the last row.
  • +
  • Control + Home: moves focus to the first cell in the first row.
  • +
  • Control + End: moves focus to the last cell in the last row.
  • If a grid supports selection of cells, rows, or columns, the following keys are commonly used for these functions.

    See for cut, copy, and paste key assignments.

    @@ -1559,8 +1559,8 @@
    Keyboard Interaction For Layout Grids
    End: moves focus to the last cell in the row that contains focus. Optionally, if the grid has a single column or fewer than three cells per row, focus may instead move to the last cell in the grid. -
  • Control + Home (optional): moves focus to the first cell in the first row.
  • -
  • Control + End (Optional): moves focus to the last cell in the last row.
  • +
  • Control + Home (optional): moves focus to the first cell in the first row.
  • +
  • Control + End (Optional): moves focus to the last cell in the last row.
  • It would be unusual for a layout grid to provide functions that require cell selection. If it did, though, the following keys are commonly used for these functions.

    See for cut, copy, and paste key assignments.

    @@ -1679,7 +1679,7 @@
    Editing and Navigating Inside a Cell
    Optionally, the focus movement may wrap inside a single cell or within the grid itself.
  • - Shift + Tab: moves focus to the previous widget in the grid. + Shift + Tab: moves focus to the previous widget in the grid. Optionally, the focus movement may wrap inside a single cell or within the grid itself.
  • @@ -1761,7 +1761,7 @@

    Examples

    Keyboard Interaction

    @@ -1846,25 +1846,25 @@

    Keyboard Interaction

  • Recommended selection model -- holding modifier keys is not necessary:
  • Alternative selection model -- moving focus without holding a Shift or Control modifier unselects all selected nodes except the focused node:
  • @@ -1922,7 +1922,7 @@

    Menu or Menu bar

    A menu is a widget that offers a list of choices to the user, such as a set of actions or functions. Menu widgets behave like native operating system menus, such as the menus that pull down from the menubars commonly found at the top of many desktop application windows. - A menu is usually opened, or made visible, by activating a menu button, choosing an item in a menu that opens a sub menu, or by invoking a command, such as Shift + F10 in Windows, that opens a context specific menu. + A menu is usually opened, or made visible, by activating a menu button, choosing an item in a menu that opens a sub menu, or by invoking a command, such as Shift + F10 in Windows, that opens a context specific menu. When a user activates a choice in a menu, the menu usually closes unless the choice opened a submenu.

    @@ -2027,14 +2027,14 @@

    Keyboard Interaction

  • Any key that corresponds to a printable character (Optional): Move focus to the next menu item in the current menu whose label begins with that printable character.
  • Escape: Close the menu that contains focus and return focus to the element or context, e.g., menu button or parent menuitem, from which the menu was opened.
  • Tab: Moves focus to the next element in the tab sequence, and if the item that had focus is not in a menubar, closes its menu and all open parent menu containers.
  • -
  • Shift + Tab: Moves focus to the previous element in the tab sequence, and if the item that had focus is not in a menubar, closes its menu and all open parent menu containers.
  • +
  • Shift + Tab: Moves focus to the previous element in the tab sequence, and if the item that had focus is not in a menubar, closes its menu and all open parent menu containers.
    1. Disabled menu items are focusable but cannot be activated.
    2. A separator in a menu is not focusable or interactive.
    3. If a menu is opened or a menubar receives focus as a result of a context action, Escape or Enter may return focus to the invoking context. - For example, a rich text editor may have a menubar that receives focus when a shortcut key, e.g., alt + F10, is pressed while editing. + For example, a rich text editor may have a menubar that receives focus when a shortcut key, e.g., Alt + F10, is pressed while editing. In this case, pressing Escape or activating a command from the menu may return focus to the editor.
    4. @@ -2231,7 +2231,7 @@
      For Radio Groups Not Contained in a Toolbar