In my HTML document, I use Roman numbers (ex: MMXV = 2015).
Is there a way to inform screen readers to interpret a particular text differently (for example: Roman numerals like “Two thousand and fifteen” instead of MMXV)?
I assumed there would be an ARIA attribute, but I cannot find it. For example:.
<time datetime="2015" aria-?="Two thousand and fifteen">MMXV</time>
html5 accessibility wai-aria
bashaus
source share