Does pause the screen make a SPAN edit
If for presentation purposes you need to separate a word with span
or other inline elements, is the reader still reading the whole word?
Example:
<code>span</code>s
or
Forscher<span class="gendered">In</span>
+3
Andy
source
to share
1 answer
In general, screen readers don't stop at this point. However, if the user allows the fonts and / or colors to be changed, this may result in the following interruptions:
Console in the Arial s range
for <span>
s. This is because code segments are rendered in Consolas font here on StackOverflow and plain text in Arial.
+3
Andre Polykanine
source
to share