I want to display prices like this : 299,90€
<span>299<sub>,90€</sub></span>
How to avoid NVDA to make pause between 299 and 90. It says : "299" and then "90 euros".
I tried using aria-label but without a role, label is not read:
<span aria-label="299,90€">299<sub>,90€</sub></span>
Thanks