Skip to content

ally.js

JavaScript library to help modern web applications with accessibility concerns by making accessibility simpler

# ally.get.activeElements

Identifies the ShadowHost ancestry of the active element

# Usage

var elements = ally.get.activeElements();

# Returns

Array of HTMLElement.

# Contributing