I am wondering how can I make the narrator only announce the aria-description but not the inner content. For example:
<span aria-description="abc">"def"</span>
I want it to announce "abc" only. Can I get some help?
If not possible to announce "abc" only, is it possible to announce the inner content before the aria-description?
Thanks!