Created attachment 461857 [details] dome app * SUMMARY Webkit accessibility: Voice over doesn't announce image in contenteditable div * STEPS TO REPRODUCE 1. Build the demo project in attachment 2. Enable voice over and navigate to the content filed * RESULTS When focused on the div, only plaintext are announced, image is ignored. However, Note app can announce text and image at the same time. So, this should be a bug of Webkit. The image is in the hierarchy as other text and it has an alt text. Screen Shot 2022-07-28 at 22.51.59.png * NOTES There is no way to change it. We tried to override `aria-description/descripedby`, `aria-valuetext` and some other property, none of them can help. Repros with both Xcode 13.4.1 & iOS 15.6 and Xcode 14 beta & iOS 16.
<rdar://problem/99137517>
Created attachment 461858 [details] Screenshots