We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Screen readers stumble on something like <span>a</span>t, reading it as 'A T' instead of 'at'.
<span>a</span>t
This makes the optical margin alignment and hanging punctuation output unusable for people using screen readers.
We should be able to solve this using:
<p aria-label="at"><span>a</span>t</p>