Thanks for making me aware of the VO bug. I didn't know about it. It was first reported in 2016.
Your final solution seems over-engineered. Have you explored solutions using visibility: hidden? Here's my version that seems to work as intended (test in VO with Safari 16.5.2., latest NVDA, and latest JAWS): Inline spoiler.
Thanks for making me aware of the VO bug. I didn't know about it. It was first reported in 2016.
Your final solution seems over-engineered. Have you explored solutions using
visibility: hidden
? Here's my version that seems to work as intended (test in VO with Safari 16.5.2., latest NVDA, and latest JAWS): Inline spoiler.Hey Manuel, I was pretty sure I tested
visibility: hidden
. 🤔 You're right that it works as well. Thanks for pointing this out!