Understand the WAI-ARIA aria-activedescendant Property
Description Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. The aria-activedescendant property provides an alternative method of managing focus for interactive elements that may contain multiple focusable descendants, such as menus, grids, and toolbars. Instead of moving DOM focus among descendant elements, authors MAY set DOM…