Does a screenreader pause on SPANs

被刻印的时光 ゝ 提交于 2019-12-10 20:43:37

问题


If for presentational purposes one needs to separate a word with spans or other inline elements, does a screenreader still read the whole word?

Example:

<code>span</code>s

or

Forscher<span class="gendered">In</span>

回答1:


Generally screen readers don't pause in this case. However, if a user enables font changes and/or colors reporting, it might cause interruptions like this:

Consolas span Arial s

for <span>s. That's because the code segments are rendered with Consolas font here at StackOverflow, and normal text is in Arial.



来源:https://stackoverflow.com/questions/25115589/does-a-screenreader-pause-on-spans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!