Created attachment 465616 [details] Code reproduction When activating a button with a handler, VoiceOver re-reads the button content. This can be confusing when users only want to activate the button, not re-read it. Steps to reproduce: 1. Open reproduction on iOS. 2. Turn VoiceOver on. 3. Tap the button on the page once. VoiceOver will announce the content of the button. 4. Double tap the button to activate it. VoiceOver will announce the content of the button again even while the page is transitioning. Expected Behavior: In this case, I would not expect the button to be read again since the button is responsible for doing something that could potentially change the state of the page on click. For example, Messages and Mail on iOS have the expected behavior where the messages/emails are not re-read when their buttons are activated. Actual Behavior: The button content is re-read when activating the button.
<rdar://problem/107278630>
Forgot to mention that I can reproduce this on iOS 16.4