Manuel Matuzović on Nostr: I just read in a blog post that VO on macOS announces nested inline aria-hidden text. ...
I just read in a blog post that VO on macOS announces nested inline aria-hidden text.
```
<p>
Hello <span aria-hidden="true">World</span>.
</p>
```
I tested it. I can confirm that pressing VO + P, VoiceOver in Safari reads “Hello World”. Only in Safari and only with VO + P. That's a bug, right?
Edit: yes, a bug. https://bugs.webkit.org/show_bug.cgi?id=161740
```
<p>
Hello <span aria-hidden="true">World</span>.
</p>
```
I tested it. I can confirm that pressing VO + P, VoiceOver in Safari reads “Hello World”. Only in Safari and only with VO + P. That's a bug, right?
Edit: yes, a bug. https://bugs.webkit.org/show_bug.cgi?id=161740