Interaction updates (updates)

When a UI component's interactability changes (e.g., becoming hidden, or disabled), the component is updated programmatically to reflect these changes.


Missing aria-hidden update:

This button becomes hidden automatically after 0.5 seconds, but this change is not programmatically updated (i.e. using aria-hidden):

Note: Impossible to auto-test (or auto-testable only partially). Requires a human tester/AI to determine if programmatic changes correspond with UI changes.

axe detected: none  |  QualWeb detected: none