gpt4 book ai didi

css - CSS -webkit-tap-highlight-color : transparent; have accessibility implications?

转载 作者:行者123 更新时间:2023-12-05 05:01:26 25 4
gpt4 key购买 nike

此 CSS 代码是否对可访问性有负面影响?

-webkit-tap-highlight-color: transparent;

我不是专家,但我知道有些人很难看到某些颜色,我只是担心如果我删除类型高亮颜色它可能会影响他们(我想删除它因为它使 UI 看起来很奇怪点击时)。

我致力于编写尽可能易于访问的网页,因此在我禁用任何内容之前需要了解其含义,是的,我是新手。

最佳答案

WCAG 中没有可访问性要求需要使用 -webkit-tap-highlight-color

如果您没有设置cursor:pointer,那么您可以删除-webkit-tap-highlight-color,它不会影响任何东西。

-webkit-tap-highlight-color 通常用于在具有 cursor:pointer 的元素时覆盖 webkit 浏览器(Chrome、Safari、Edge)的默认样式> 从移动设备点击。

默认行为是任何明确设置了 cursor:pointer 的元素(或包含元素)在被点击时会瞬间闪烁蓝色。您可以通过确保未设置 cursor:pointer 来绕过整个问题。

关于css - CSS -webkit-tap-highlight-color : transparent; have accessibility implications?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62703507/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com