本文介绍了显示:无vs可见性:hidden vs text-indent:9999屏幕阅读器与每个屏幕阅读器的行为如何?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这三种屏幕阅读器用户之间的区别是什么?

What is the difference between these three for screen reader users?

推荐答案

参考:

display:none:将不会被看到也不会被听到。 *

公开程度:隐藏:将不会被看到或听到。 *

text-indent:9999:将不会显示,但会被听到。

display:none: will not be seen nor heard. *
visibility: hidden: will not be seen nor heard. *
text-indent: 9999: will not be seen but it will be heard.


  • 大多数屏幕阅读器不会说显示:无和可见性:隐藏,但屏幕阅读器很少,例如和HtReader,它们也会读取这些内容。

  • Most of the screen reader will not 'speak' display:none and visibility: hidden , but there are few screen readers like pwWebSpeak and HtReader which will read even these too.

这篇关于显示:无vs可见性:hidden vs text-indent:9999屏幕阅读器与每个屏幕阅读器的行为如何?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 04:38