Skip to main content
All CollectionsUserWay Widget
UserWay Widget Interaction with DOM Objects
UserWay Widget Interaction with DOM Objects
Updated over 5 months ago

UserWay's Accessibility Widget remediation process interacts with DOM objects and can add, remove, or edit the following HTML attributes:

HTML Attributes

HTML 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)

The widget can also add keyboard event listeners to elements in some cases.
For a full list of ARIA attributes the widget can add, see ARIA states and properties

If you have any questions, you can reach our support team at desk@support.userway.org.

Did this answer your question?