css 使用aria-hidden属性可防止说出图标字体。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 使用aria-hidden属性可防止说出图标字体。相关的知识,希望对你有一定的参考价值。

<h2 id="stats">
  <span aria-hidden="true" data-icon="&#x21dd;"></span>
  Stats
</h2>
[data-icon]:before {
  font-family: icons; /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none; /* Not to be trusted, but hey. */
}

以上是关于css 使用aria-hidden属性可防止说出图标字体。的主要内容,如果未能解决你的问题,请参考以下文章

具有 aria-hidden 和 css visibility:hidden 属性的元素是不是会被屏幕阅读器读取?

css_浮层禁止击穿(防止可点击浮层下面的元素)

图标的可访问性

aria

0023 浮动:float清除浮动

前端基础-css高级技巧