UserWay's Accessibility Widget remediation process interacts with DOM objects and can add, remove, or 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.
For a full list of ARIA attributes the widget can add, see ARIA states and properties