From 2a549ff3ae4be6cec4b295b47a7534d9d07c0ea7 Mon Sep 17 00:00:00 2001 From: Jon Gunderson Date: Wed, 20 Nov 2019 10:16:54 -0700 Subject: [PATCH 1/5] added guidance for using tabindex on a tabpanel --- aria-practices.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index 94add28540..06fdad02df 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,12 @@

    Keyboard Interaction

    For the tab list: