UserWay's Accessibility Widget Remediation process interacts with DOM objects and can add/remove/edit the following HTML
attributes:
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.
A full list of possible ARIA attributes the widget can add can be found on ARIA states and properties