Conformity of aria-disabled (aria-disabled)
Custom interactable element use aria-disabled="true" while element is disabled
Using aria-disabled instead of native disabled:
This native button uses aria-disabled="true" but omits the native disabled attribute.
Try activating the button: it will still trigger a click handler even though it claims to be disabled via ARIA only.