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-disabled update:
This button gets disabled automatically after 0.5 seconds, but this change is not programmatically updated (i.e. using aria-disabled):
Click me