diff --git a/aria-practices.html b/aria-practices.html index 7f3d4f009e..c429689268 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -1024,7 +1024,7 @@

WAI-ARIA Roles, States, and Properties

  • The element that serves as an input and displays the combobox value has role combobox.
  • The combobox element has aria-controls set to a value that refers to the element that serves as the popup. - Note that aria-controls only needs to be set when the popup is visible. However, it is valid to reference an element that is not visible. + Note that aria-controls only needs to be set when the popup is visible. However, it is valid to reference an element that is not visible.
  • The popup is an element that has role listbox, tree, grid, or dialog.
  • @@ -2632,8 +2632,11 @@

    Keyboard Interaction

    For the tab list: