Back to guides

Widget interaction with DOM objects

UserWay’s Accessibility Widget remediation process actively interacts with DOM objects, enabling the addition, removal, or modification of various HTML attributes.

 HTML AttributesHTML Attributes with ARIA
lang (HTML element)aria-label (any element)
alt (img element)aria-labelledby (any element)
role (any element)aria-hidden (any element)
id (input element)aria-level (headings)
for (label element)aria-required attribute (input element)
tabindex (any element)aria-checked attribute (any element)

Additionally, the widget can incorporate keyboard event listeners to elements in specific scenarios.
For a comprehensive list of ARIA attributes the widget can introduce, please refer to the ARIA states and properties.

Explore UserWay’s Accessibility Widget