WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Spans inside headings pauses VoiceOver on iOS

for

From: Graham Armfield
Date: Jan 5, 2017 10:29AM


This is also especially annoying when screen reader text is present within
a heading.

But we have had some success with using role="text".

So try this:
<h2>
<span role="text">
<span class="foo">Today</span>
<span class="bar">4th of January</span>
</span>
</h2>

Regards
Graham Armfield